#698D06

Color #698D06 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #698D06

Tints of Olive Drab #698D06

Color information

#698D06 (or 0x698D06) is unknown color: approx Olive Drab. HEX triplet: 69, 8D and 06. RGB value is (105,141,6). Sum of RGB (Red+Green+Blue) = 105+141+6=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #698D06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D06 is #9672F9. Grayscale: #737373. Windows color (decimal): -9859834 or 429417. OLE color: 429417.

HSL color Cylindrical-coordinate representation of color #698D06: hue angle of 76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698D06 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1051416-
CMYK0.2600.960.45
HSL76º91.84%28.82%-
HSV(B)76º95.74%55.29%-
XYZ15.3822.073.62-
YUV114.8566.57120.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=41.67%
G=55.95%
B=2.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10514160.2600.960.457691.8428.82
Hex698D61A0602D4c5c1d
Octal15121563201405511413435
Binary11010011000110111011010011000001011011001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D06; }

 p { color: rgb(105,141,6); }

 H1.HeaderClassName
 {
   color: #698D06;
 }
 .AnyTagClassName
 {
   color: #698D06;
 }
</style>
background-color css

<style>
 a { background-color: #698D06; }

 a { background-color: rgb(105,141,6); }

 div.DivClassName
 {
   background-color: #698D06;
 }
 .BgClassName
 {
   background-color: #698D06;
 }
</style>
border-color css

<style>
 span { border-color: #698D06; }

 span { border-color: rgb(105,141,6); }

 td.TdClassName
 {
   border-color: #698D06;
 }
 .TagClassName
 {
   border-color: #698D06;
 }
</style>