#065006

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

Shades of Myrtle #065006

Tints of Myrtle #065006

Color information

#065006 (or 0x065006) is unknown color: approx Myrtle. HEX triplet: 06, 50 and 06. RGB value is (6,80,6). Sum of RGB (Red+Green+Blue) = 6+80+6=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 80 (31.64% from 255 or 86.96% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 80 - color contains mainly: green. Hex color #065006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065006 is #F9AFF9. Grayscale: #313131. Windows color (decimal): -16363514 or 413702. OLE color: 413702.

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

Color convert

RGB6806-
CMYK0.9200.920.69
HSL120º86.05%16.86%-
HSV(B)120º92.5%31.37%-
XYZ2.985.791.13-
YUV49.44103.4897.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 80 (31.64% from 255) = 86.96%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=6.52%
G=86.96%
B=6.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal68060.9200.920.6912086.0516.86
Hex65065C05C45785611
Octal61206134013410517012621
Binary110101000011010111000101110010001011111000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065006; }

 p { color: rgb(6,80,6); }

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

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

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

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

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

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

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