#065007

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

Shades of Myrtle #065007

Tints of Myrtle #065007

Color information

#065007 (or 0x065007) is unknown color: approx Myrtle. HEX triplet: 06, 50 and 07. RGB value is (6,80,7). Sum of RGB (Red+Green+Blue) = 6+80+7=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #065007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065007 is #F9AFF8. Grayscale: #313131. Windows color (decimal): -16363513 or 479238. OLE color: 479238.

HSL color Cylindrical-coordinate representation of color #065007: hue angle of 120.81º 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 #065007 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB6807-
CMYK0.9200.910.69
HSL120.81º86.05%16.86%-
HSV(B)120.81º92.5%31.37%-
XYZ2.985.791.16-
YUV49.55103.9896.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 80 (31.64% from 255) = 86.02%
BLUE value IS 7 (3.12% from 255) = 7.53%
R=6.45%
G=86.02%
B=7.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal68070.9200.910.69120.8186.0516.86
Hex65075C05B45795611
Octal61207134013310517112621
Binary110101000011110111000101101110001011111001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065007; }

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

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

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

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

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

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

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

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