Html Css Color HEX #6C8424 Olive Drab

📋 copy color: '#6C8424'

red 108 ◦ green 132 ◦ blue 36

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

Shades of Olive Drab #6C8424

Tints of Olive Drab #6C8424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 39.13%
G = 47.83%
B = 13.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#6C8424 (or 0x6C8424) is known color: Olive Drab. HEX triplet: 6C, 84 and 24. RGB value is (108,132,36). Sum of RGB (Red+Green+Blue) = 108+132+36=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8424 is #937BDB. Grayscale: #727272. Windows color (decimal): -9665500 or 2393196. OLE color: 2393196.

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

Color convert

RGB 108 132 36 -
CMYK 0.18 0 0.73 0.48
HSL 75º 0.57% 0.33% -
HSV(B) 75º 0.73% 0.52% -
XYZ 14.75 19.82 4.72 -
YUV 113.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 108 132 36 0.18 0 0.73 0.48 75 0.57 0.33
Hex 6C 84 24 12 0 49 30 4B 39 21
Octal 154 204 44 22 0 111 60 113 71 41
Binary 1101100 10000100 100100 10010 0 1001001 110000 1001011 111001 100001

Color Harmonies of #6C8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8424

Black with #6C8424

Text Example


Text Example

White with #6C8424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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