Html Css Color HEX #6A8808 Olive Drab

📋 copy color: '#6A8808'

red 106 ◦ green 136 ◦ blue 8

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

Shades of Olive Drab #6A8808

Tints of Olive Drab #6A8808

RGB

 RED value IS 106 (41.8% from 255) = 42.4%

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 42.4%
G = 54.4%
B = 3.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#6A8808 (or 0x6A8808) is known color: Olive Drab. HEX triplet: 6A, 88 and 08. RGB value is (106,136,8). Sum of RGB (Red+Green+Blue) = 106+136+8=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8808 is #9577F7. Grayscale: #707070. Windows color (decimal): -9795576 or 559210. OLE color: 559210.

HSL color Cylindrical-coordinate representation of color #6A8808: hue angle of 74.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A8808 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 136 8 -
CMYK 0.22 0 0.94 0.47
HSL 74.06º 0.89% 0.28% -
HSV(B) 74.06º 0.94% 0.53% -
XYZ 14.79 20.69 3.44 -
YUV 112.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 106 136 8 0.22 0 0.94 0.47 74.06 0.89 0.28
Hex 6A 88 8 16 0 5E 2F 4A 59 1C
Octal 152 210 10 26 0 136 57 112 131 34
Binary 1101010 10001000 1000 10110 0 1011110 101111 1001010 1011001 11100

Color Harmonies of #6A8808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8808

Black with #6A8808

Text Example


Text Example

White with #6A8808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8808; }

 p { color: rgb(106,136,8); }

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

background-color css

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

 a { background-color: rgb(106,136,8); }

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

border-color css

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

 span { border-color: rgb(106,136,8); }

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