Html Css Color HEX #698806 Olive Drab

📋 copy color: '#698806'

red 105 ◦ green 136 ◦ blue 6

#698806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #698806

Tints of Olive Drab #698806

RGB

 RED value IS 105 (41.41% from 255) = 42.51%

 GREEN value IS 136 (53.52% from 255) = 55.06%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 42.51%
G = 55.06%
B = 2.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#698806 (or 0x698806) is known color: Olive Drab. HEX triplet: 69, 88 and 06. RGB value is (105,136,6). Sum of RGB (Red+Green+Blue) = 105+136+6=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #698806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698806 is #9677F9. Grayscale: #707070. Windows color (decimal): -9861114 or 428137. OLE color: 428137.

HSL color Cylindrical-coordinate representation of color #698806: hue angle of 74.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698806 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 6 -
CMYK 0.23 0 0.96 0.47
HSL 74.31º 0.92% 0.28% -
HSV(B) 74.31º 0.96% 0.53% -
XYZ 14.66 20.62 3.38 -
YUV 111.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 105 136 6 0.23 0 0.96 0.47 74.31 0.92 0.28
Hex 69 88 6 17 0 60 2F 4A 5C 1C
Octal 151 210 6 27 0 140 57 112 134 34
Binary 1101001 10001000 110 10111 0 1100000 101111 1001010 1011100 11100

Color Harmonies of #698806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698806

Black with #698806

Text Example


Text Example

White with #698806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698806; }

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

 H1.HeaderClassName
 {
   color: #698806;
 }
 .AnyTagClassName
 {
   color: #698806;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #698806;
 }
 .BgClassName
 {
   background-color: #698806;
 }
</style>

border-color css

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

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

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