#081C06

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

Shades of Myrtle #081C06

Tints of Myrtle #081C06

Color information

#081C06 (or 0x081C06) is unknown color: approx Myrtle. HEX triplet: 08, 1C and 06. RGB value is (8,28,6). Sum of RGB (Red+Green+Blue) = 8+28+6=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 28 (11.33% from 255 or 66.67% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 28 - color contains mainly: green. Hex color #081C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C06 is #F7E3F9. Grayscale: #131313. Windows color (decimal): -16245754 or 400392. OLE color: 400392.

HSL color Cylindrical-coordinate representation of color #081C06: hue angle of 114.55º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081C06 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB8286-
CMYK0.7100.790.89
HSL114.55º64.71%6.67%-
HSV(B)114.55º78.57%10.98%-
XYZ0.550.90.32-
YUV19.51120.37119.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.05%
GREEN value IS 28 (11.33% from 255) = 66.67%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=19.05%
G=66.67%
B=14.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82860.7100.790.89114.5564.716.67
Hex81C64704F5973417
Octal1034610701171311631017
Binary100011100110100011101001111101100111100111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,28,6); }

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

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

 a { background-color: rgb(8,28,6); }

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

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

 span { border-color: rgb(8,28,6); }

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