Html Css Color HEX #6C8418 Olive Drab

📋 copy color: '#6C8418'

red 108 ◦ green 132 ◦ blue 24

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

Shades of Olive Drab #6C8418

Tints of Olive Drab #6C8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 40.91%
G = 50%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#6C8418 (or 0x6C8418) is known color: Olive Drab. HEX triplet: 6C, 84 and 18. RGB value is (108,132,24). Sum of RGB (Red+Green+Blue) = 108+132+24=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8418 is #937BE7. Grayscale: #707070. Windows color (decimal): -9665512 or 1606764. OLE color: 1606764.

HSL color Cylindrical-coordinate representation of color #6C8418: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C8418 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 132 24 -
CMYK 0.18 0 0.82 0.48
HSL 73.33º 0.69% 0.31% -
HSV(B) 73.33º 0.82% 0.52% -
XYZ 14.6 19.76 3.91 -
YUV 112.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 108 132 24 0.18 0 0.82 0.48 73.33 0.69 0.31
Hex 6C 84 18 12 0 52 30 49 45 1F
Octal 154 204 30 22 0 122 60 111 105 37
Binary 1101100 10000100 11000 10010 0 1010010 110000 1001001 1000101 11111

Color Harmonies of #6C8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8418

Black with #6C8418

Text Example


Text Example

White with #6C8418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,24); }

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

background-color css

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

 a { background-color: rgb(108,132,24); }

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

border-color css

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

 span { border-color: rgb(108,132,24); }

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