Html Css Color HEX #6C8009 Olive

📋 copy color: '#6C8009'

red 108 ◦ green 128 ◦ blue 9

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

Shades of Olive #6C8009

Tints of Olive #6C8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 44.08%
G = 52.24%
B = 3.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#6C8009 (or 0x6C8009) is known color: Olive. HEX triplet: 6C, 80 and 09. RGB value is (108,128,9). Sum of RGB (Red+Green+Blue) = 108+128+9=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8009 is #937FF6. Grayscale: #6C6C6C. Windows color (decimal): -9666551 or 622700. OLE color: 622700.

HSL color Cylindrical-coordinate representation of color #6C8009: hue angle of 70.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C8009 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 128 9 -
CMYK 0.16 0 0.93 0.50
HSL 70.08º 0.87% 0.27% -
HSV(B) 70.08º 0.93% 0.5% -
XYZ 13.95 18.65 3.12 -
YUV 108.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 108 128 9 0.16 0 0.93 0.50 70.08 0.87 0.27
Hex 6C 80 9 10 0 5D 32 46 57 1B
Octal 154 200 11 20 0 135 62 106 127 33
Binary 1101100 10000000 1001 10000 0 1011101 110010 1000110 1010111 11011

Color Harmonies of #6C8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8009

Black with #6C8009

Text Example


Text Example

White with #6C8009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,128,9); }

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

background-color css

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

 a { background-color: rgb(108,128,9); }

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

border-color css

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

 span { border-color: rgb(108,128,9); }

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