#5F7E1C

Color #5F7E1C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5F7E1C

Tints of Olive Drab #5F7E1C

Color information

#5F7E1C (or 0x5F7E1C) is unknown color: approx Olive Drab. HEX triplet: 5F, 7E and 1C. RGB value is (95,126,28). Sum of RGB (Red+Green+Blue) = 95+126+28=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7E1C is #A081E3. Grayscale: #696969. Windows color (decimal): -10519012 or 1867359. OLE color: 1867359.

HSL color Cylindrical-coordinate representation of color #5F7E1C: hue angle of 78.98º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F7E1C is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB9512628-
CMYK0.2500.780.51
HSL78.98º63.64%30.2%-
HSV(B)78.98º77.78%49.41%-
XYZ12.3917.443.81-
YUV105.5684.23120.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.15%
GREEN value IS 126 (49.61% from 255) = 50.60%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=38.15%
G=50.60%
B=11.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95126280.2500.780.5178.9863.6430.2
Hex5F7E1C1904E334f401e
Octal137176343101166311710036
Binary101111111111101110011001010011101100111001111100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,28); }

 H1.HeaderClassName
 {
   color: #5F7E1C;
 }
 .AnyTagClassName
 {
   color: #5F7E1C;
 }
</style>
background-color css

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

 a { background-color: rgb(95,126,28); }

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

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

 span { border-color: rgb(95,126,28); }

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