Html Css Color HEX #6C9508 Olive Drab

📋 copy color: '#6C9508'

red 108 ◦ green 149 ◦ blue 8

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

Shades of Olive Drab #6C9508

Tints of Olive Drab #6C9508

RGB

 RED value IS 108 (42.58% from 255) = 40.75%

 GREEN value IS 149 (58.59% from 255) = 56.23%

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

R = 40.75%
G = 56.23%
B = 3.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#6C9508 (or 0x6C9508) is known color: Olive Drab. HEX triplet: 6C, 95 and 08. RGB value is (108,149,8). Sum of RGB (Red+Green+Blue) = 108+149+8=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9508 is #936AF7. Grayscale: #797979. Windows color (decimal): -9661176 or 562540. OLE color: 562540.

HSL color Cylindrical-coordinate representation of color #6C9508: hue angle of 77.45º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C9508 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 8 -
CMYK 0.28 0 0.95 0.42
HSL 77.45º 0.9% 0.31% -
HSV(B) 77.45º 0.95% 0.58% -
XYZ 16.98 24.7 4.1 -
YUV 120.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 108 149 8 0.28 0 0.95 0.42 77.45 0.9 0.31
Hex 6C 95 8 1C 0 5F 2A 4D 5A 1F
Octal 154 225 10 34 0 137 52 115 132 37
Binary 1101100 10010101 1000 11100 0 1011111 101010 1001101 1011010 11111

Color Harmonies of #6C9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9508

Black with #6C9508

Text Example


Text Example

White with #6C9508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,8); }

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

background-color css

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

 a { background-color: rgb(108,149,8); }

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

border-color css

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

 span { border-color: rgb(108,149,8); }

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