#065112

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

Shades of Myrtle #065112

Tints of Myrtle #065112

Color information

#065112 (or 0x065112) is unknown color: approx Myrtle. HEX triplet: 06, 51 and 12. RGB value is (6,81,18). Sum of RGB (Red+Green+Blue) = 6+81+18=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 81 (32.03% from 255 or 77.14% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 81 - color contains mainly: green. Hex color #065112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065112 is #F9AEED. Grayscale: #333333. Windows color (decimal): -16363246 or 1200390. OLE color: 1200390.

HSL color Cylindrical-coordinate representation of color #065112: hue angle of 129.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065112 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB68118-
CMYK0.9300.780.68
HSL129.6º86.21%17.06%-
HSV(B)129.6º92.59%31.76%-
XYZ3.135.971.56-
YUV51.39109.1595.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 81 (32.03% from 255) = 77.14%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=5.71%
G=77.14%
B=17.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681180.9300.780.68129.686.2117.06
Hex651125D04E44825611
Octal612122135011610420212621
Binary110101000110010101110101001110100010010000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065112; }

 p { color: rgb(6,81,18); }

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

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

 a { background-color: rgb(6,81,18); }

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

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

 span { border-color: rgb(6,81,18); }

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