#5F8B06

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

Shades of Olive Drab #5F8B06

Tints of Olive Drab #5F8B06

Color information

#5F8B06 (or 0x5F8B06) is unknown color: approx Olive Drab. HEX triplet: 5F, 8B and 06. RGB value is (95,139,6). Sum of RGB (Red+Green+Blue) = 95+139+6=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8B06 is #A074F9. Grayscale: #6F6F6F. Windows color (decimal): -10515706 or 428895. OLE color: 428895.

HSL color Cylindrical-coordinate representation of color #5F8B06: hue angle of 79.85º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F8B06 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB951396-
CMYK0.3200.960.45
HSL79.85º91.72%28.43%-
HSV(B)79.85º95.68%54.51%-
XYZ13.9820.913.47-
YUV110.6868.92116.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.58%
GREEN value IS 139 (54.69% from 255) = 57.92%
BLUE value IS 6 (2.73% from 255) = 2.5%
R=39.58%
G=57.92%
B=2.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9513960.3200.960.4579.8591.7228.43
Hex5F8B6200602D505c1c
Octal13721364001405512013434
Binary101111110001011110100000011000001011011010000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,139,6); }

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

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

 a { background-color: rgb(95,139,6); }

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

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

 span { border-color: rgb(95,139,6); }

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