Html Css Color HEX #6C8412 Olive Drab

📋 copy color: '#6C8412'

red 108 ◦ green 132 ◦ blue 18

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

Shades of Olive Drab #6C8412

Tints of Olive Drab #6C8412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 41.86%
G = 51.16%
B = 6.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#6C8412 (or 0x6C8412) is known color: Olive Drab. HEX triplet: 6C, 84 and 12. RGB value is (108,132,18). Sum of RGB (Red+Green+Blue) = 108+132+18=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8412 is #937BED. Grayscale: #707070. Windows color (decimal): -9665518 or 1213548. OLE color: 1213548.

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

Color convert

RGB 108 132 18 -
CMYK 0.18 0 0.86 0.48
HSL 72.63º 0.76% 0.29% -
HSV(B) 72.63º 0.86% 0.52% -
XYZ 14.54 19.73 3.61 -
YUV 111.83 75.05 125.27 -
System Red Green Blue C M Y K H S L
Decimal 108 132 18 0.18 0 0.86 0.48 72.63 0.76 0.29
Hex 6C 84 12 12 0 56 30 49 4C 1D
Octal 154 204 22 22 0 126 60 111 114 35
Binary 1101100 10000100 10010 10010 0 1010110 110000 1001001 1001100 11101

Color Harmonies of #6C8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8412

Black with #6C8412

Text Example


Text Example

White with #6C8412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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