Html Css Color HEX #5C8510 Olive Drab

📋 copy color: '#5C8510'

red 92 ◦ green 133 ◦ blue 16

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

Shades of Olive Drab #5C8510

Tints of Olive Drab #5C8510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 38.17%
G = 55.19%
B = 6.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#5C8510 (or 0x5C8510) is known color: Olive Drab. HEX triplet: 5C, 85 and 10. RGB value is (92,133,16). Sum of RGB (Red+Green+Blue) = 92+133+16=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #5C8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8510 is #A37AEF. Grayscale: #6B6B6B. Windows color (decimal): -10713840 or 1082716. OLE color: 1082716.

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

Color convert

RGB 92 133 16 -
CMYK 0.31 0 0.88 0.48
HSL 81.03º 0.79% 0.29% -
HSV(B) 81.03º 0.88% 0.52% -
XYZ 12.89 19.09 3.49 -
YUV 107.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 92 133 16 0.31 0 0.88 0.48 81.03 0.79 0.29
Hex 5C 85 10 1F 0 58 30 51 4F 1D
Octal 134 205 20 37 0 130 60 121 117 35
Binary 1011100 10000101 10000 11111 0 1011000 110000 1010001 1001111 11101

Color Harmonies of #5C8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8510

Black with #5C8510

Text Example


Text Example

White with #5C8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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