#5F8610

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

Shades of Olive Drab #5F8610

Tints of Olive Drab #5F8610

Color information

#5F8610 (or 0x5F8610) is unknown color: approx Olive Drab. HEX triplet: 5F, 86 and 10. RGB value is (95,134,16). Sum of RGB (Red+Green+Blue) = 95+134+16=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8610 is #A079EF. Grayscale: #6D6D6D. Windows color (decimal): -10516976 or 1082975. OLE color: 1082975.

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

Color convert

RGB9513416-
CMYK0.2900.880.47
HSL79.83º78.67%29.41%-
HSV(B)79.83º88.06%52.55%-
XYZ13.3419.523.56-
YUV108.8975.58118.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=38.78%
G=54.69%
B=6.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95134160.2900.880.4779.8378.6729.41
Hex5F86101D0582F504f1d
Octal137206203501305712011735
Binary1011111100001101000011101010110001011111010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,16); }

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

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

 a { background-color: rgb(95,134,16); }

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

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

 span { border-color: rgb(95,134,16); }

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