#081B01

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

Shades of Myrtle #081B01

Tints of Myrtle #081B01

Color information

#081B01 (or 0x081B01) is unknown color: approx Myrtle. HEX triplet: 08, 1B and 01. RGB value is (8,27,1). Sum of RGB (Red+Green+Blue) = 8+27+1=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #081B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B01 is #F7E4FE. Grayscale: #121212. Windows color (decimal): -16246015 or 72456. OLE color: 72456.

HSL color Cylindrical-coordinate representation of color #081B01: hue angle of 103.85º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081B01 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB8271-
CMYK0.7000.960.89
HSL103.85º92.86%5.49%-
HSV(B)103.85º96.3%10.59%-
XYZ0.50.840.16-
YUV18.36118.21120.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.22%
GREEN value IS 27 (10.94% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=22.22%
G=75%
B=2.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82710.7000.960.89103.8592.865.49
Hex81B14606059685d5
Octal1033110601401311501355
Binary1000110111100011001100000101100111010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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