#081F01

Color #081F01 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #081F01

Tints of Myrtle #081F01

Color information

#081F01 (or 0x081F01) is unknown color: approx Myrtle. HEX triplet: 08, 1F and 01. RGB value is (8,31,1). Sum of RGB (Red+Green+Blue) = 8+31+1=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 31 (12.5% from 255 or 77.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 31 - color contains mainly: green. Hex color #081F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F01 is #F7E0FE. Grayscale: #141414. Windows color (decimal): -16244991 or 73480. OLE color: 73480.

HSL color Cylindrical-coordinate representation of color #081F01: hue angle of 106º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081F01 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB8311-
CMYK0.7400.970.88
HSL106º93.75%6.27%-
HSV(B)106º96.77%12.16%-
XYZ0.61.030.2-
YUV20.7116.88118.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 77.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=20%
G=77.5%
B=2.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal83110.7400.970.8810693.756.27
Hex81F14A061586a5e6
Octal1037111201411301521366
Binary1000111111100101001100001101100011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081F01; }

 p { color: rgb(8,31,1); }

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

<style>
 a { background-color: #081F01; }

 a { background-color: rgb(8,31,1); }

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

<style>
 span { border-color: #081F01; }

 span { border-color: rgb(8,31,1); }

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