#065009

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

Shades of Myrtle #065009

Tints of Myrtle #065009

Color information

#065009 (or 0x065009) is unknown color: approx Myrtle. HEX triplet: 06, 50 and 09. RGB value is (6,80,9). Sum of RGB (Red+Green+Blue) = 6+80+9=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #065009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065009 is #F9AFF6. Grayscale: #313131. Windows color (decimal): -16363511 or 610310. OLE color: 610310.

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

Color convert

RGB6809-
CMYK0.9200.890.69
HSL122.43º86.05%16.86%-
HSV(B)122.43º92.5%31.37%-
XYZ2.995.81.22-
YUV49.78104.9896.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 80 (31.64% from 255) = 84.21%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=6.32%
G=84.21%
B=9.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal68090.9200.890.69122.4386.0516.86
Hex65095C059457a5611
Octal612011134013110517212621
Binary1101010000100110111000101100110001011111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065009; }

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

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

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

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

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

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

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

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