Html Css Color HEX #5C7F17 Olive Drab

📋 copy color: '#5C7F17'

red 92 ◦ green 127 ◦ blue 23

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

Shades of Olive Drab #5C7F17

Tints of Olive Drab #5C7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 52.48%

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 38.02%
G = 52.48%
B = 9.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#5C7F17 (or 0x5C7F17) is known color: Olive Drab. HEX triplet: 5C, 7F and 17. RGB value is (92,127,23). Sum of RGB (Red+Green+Blue) = 92+127+23=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #5C7F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7F17 is #A380E8. Grayscale: #696969. Windows color (decimal): -10715369 or 1539932. OLE color: 1539932.

HSL color Cylindrical-coordinate representation of color #5C7F17: hue angle of 80.19º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C7F17 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 127 23 -
CMYK 0.28 0 0.82 0.50
HSL 80.19º 0.69% 0.29% -
HSV(B) 80.19º 0.82% 0.5% -
XYZ 12.16 17.52 3.55 -
YUV 104.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 92 127 23 0.28 0 0.82 0.50 80.19 0.69 0.29
Hex 5C 7F 17 1C 0 52 32 50 45 1D
Octal 134 177 27 34 0 122 62 120 105 35
Binary 1011100 1111111 10111 11100 0 1010010 110010 1010000 1000101 11101

Color Harmonies of #5C7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7F17

Black with #5C7F17

Text Example


Text Example

White with #5C7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,127,23); }

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

background-color css

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

 a { background-color: rgb(92,127,23); }

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

border-color css

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

 span { border-color: rgb(92,127,23); }

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