Html Css Color HEX #5C8E0C Olive Drab

📋 copy color: '#5C8E0C'

red 92 ◦ green 142 ◦ blue 12

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

Shades of Olive Drab #5C8E0C

Tints of Olive Drab #5C8E0C

RGB

 RED value IS 92 (36.33% from 255) = 37.4%

 GREEN value IS 142 (55.86% from 255) = 57.72%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 37.4%
G = 57.72%
B = 4.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#5C8E0C (or 0x5C8E0C) is known color: Olive Drab. HEX triplet: 5C, 8E and 0C. RGB value is (92,142,12). Sum of RGB (Red+Green+Blue) = 92+142+12=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8E0C is #A371F3. Grayscale: #707070. Windows color (decimal): -10711540 or 822876. OLE color: 822876.

HSL color Cylindrical-coordinate representation of color #5C8E0C: hue angle of 83.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C8E0C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 142 12 -
CMYK 0.35 0 0.92 0.44
HSL 83.08º 0.84% 0.3% -
HSV(B) 83.08º 0.92% 0.56% -
XYZ 14.15 21.65 3.78 -
YUV 112.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 92 142 12 0.35 0 0.92 0.44 83.08 0.84 0.3
Hex 5C 8E C 23 0 5C 2C 53 54 1E
Octal 134 216 14 43 0 134 54 123 124 36
Binary 1011100 10001110 1100 100011 0 1011100 101100 1010011 1010100 11110

Color Harmonies of #5C8E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8E0C

Black with #5C8E0C

Text Example


Text Example

White with #5C8E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C8E0C; }

 p { color: rgb(92,142,12); }

 H1.HeaderClassName
 {
   color: #5C8E0C;
 }
 .AnyTagClassName
 {
   color: #5C8E0C;
 }
</style>

background-color css

<style>
 a { background-color: #5C8E0C; }

 a { background-color: rgb(92,142,12); }

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

border-color css

<style>
 span { border-color: #5C8E0C; }

 span { border-color: rgb(92,142,12); }

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