#5F811A

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

Shades of Olive Drab #5F811A

Tints of Olive Drab #5F811A

Color information

#5F811A (or 0x5F811A) is unknown color: approx Olive Drab. HEX triplet: 5F, 81 and 1A. RGB value is (95,129,26). Sum of RGB (Red+Green+Blue) = 95+129+26=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #5F811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F811A is #A07EE5. Grayscale: #6B6B6B. Windows color (decimal): -10518246 or 1737055. OLE color: 1737055.

HSL color Cylindrical-coordinate representation of color #5F811A: hue angle of 79.81º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F811A is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB9512926-
CMYK0.2600.800.49
HSL79.81º66.45%30.39%-
HSV(B)79.81º79.84%50.59%-
XYZ12.7618.213.82-
YUV107.0982.24119.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=38%
G=51.6%
B=10.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95129260.2600.800.4979.8166.4530.39
Hex5F811A1A0503150421e
Octal137201323201206112010236
Binary1011111100000011101011010010100001100011010000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,26); }

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

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

 a { background-color: rgb(95,129,26); }

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

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

 span { border-color: rgb(95,129,26); }

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