Html Css Color HEX #5C850C Olive Drab

📋 copy color: '#5C850C'

red 92 ◦ green 133 ◦ blue 12

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

Shades of Olive Drab #5C850C

Tints of Olive Drab #5C850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

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

R = 38.82%
G = 56.12%
B = 5.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#5C850C (or 0x5C850C) is known color: Olive Drab. HEX triplet: 5C, 85 and 0C. RGB value is (92,133,12). Sum of RGB (Red+Green+Blue) = 92+133+12=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #5C850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C850C is #A37AF3. Grayscale: #6B6B6B. Windows color (decimal): -10713844 or 820572. OLE color: 820572.

HSL color Cylindrical-coordinate representation of color #5C850C: hue angle of 80.33º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C850C is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 12 -
CMYK 0.31 0 0.91 0.48
HSL 80.33º 0.83% 0.28% -
HSV(B) 80.33º 0.91% 0.52% -
XYZ 12.87 19.08 3.35 -
YUV 106.95 74.42 117.34 -
System Red Green Blue C M Y K H S L
Decimal 92 133 12 0.31 0 0.91 0.48 80.33 0.83 0.28
Hex 5C 85 C 1F 0 5B 30 50 53 1C
Octal 134 205 14 37 0 133 60 120 123 34
Binary 1011100 10000101 1100 11111 0 1011011 110000 1010000 1010011 11100

Color Harmonies of #5C850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C850C

Black with #5C850C

Text Example


Text Example

White with #5C850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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