#065212

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

Shades of Myrtle #065212

Tints of Myrtle #065212

Color information

#065212 (or 0x065212) is unknown color: approx Myrtle. HEX triplet: 06, 52 and 12. RGB value is (6,82,18). Sum of RGB (Red+Green+Blue) = 6+82+18=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #065212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065212 is #F9ADED. Grayscale: #343434. Windows color (decimal): -16362990 or 1200646. OLE color: 1200646.

HSL color Cylindrical-coordinate representation of color #065212: hue angle of 129.47º 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 #065212 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB68218-
CMYK0.9300.780.68
HSL129.47º86.36%17.25%-
HSV(B)129.47º92.68%32.16%-
XYZ3.26.121.58-
YUV51.98108.8295.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 82 (32.42% from 255) = 77.36%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=5.66%
G=77.36%
B=16.98%

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
Decimal682180.9300.780.68129.4786.3617.25
Hex652125D04E44815611
Octal612222135011610420112621
Binary110101001010010101110101001110100010010000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065212; }

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

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

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

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

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

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

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

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