#5F7E1B

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

Shades of Olive Drab #5F7E1B

Tints of Olive Drab #5F7E1B

Color information

#5F7E1B (or 0x5F7E1B) is unknown color: approx Olive Drab. HEX triplet: 5F, 7E and 1B. RGB value is (95,126,27). Sum of RGB (Red+Green+Blue) = 95+126+27=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7E1B is #A081E4. Grayscale: #696969. Windows color (decimal): -10519013 or 1801823. OLE color: 1801823.

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

Color convert

RGB9512627-
CMYK0.2500.790.51
HSL78.79º64.71%30%-
HSV(B)78.79º78.57%49.41%-
XYZ12.3817.433.75-
YUV105.4483.73120.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 126 (49.61% from 255) = 50.81%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=38.31%
G=50.81%
B=10.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95126270.2500.790.5178.7964.7130
Hex5F7E1B1904F334f411e
Octal137176333101176311710136
Binary101111111111101101111001010011111100111001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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