#065008

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

Shades of Myrtle #065008

Tints of Myrtle #065008

Color information

#065008 (or 0x065008) is unknown color: approx Myrtle. HEX triplet: 06, 50 and 08. RGB value is (6,80,8). Sum of RGB (Red+Green+Blue) = 6+80+8=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #065008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065008 is #F9AFF7. Grayscale: #313131. Windows color (decimal): -16363512 or 544774. OLE color: 544774.

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

Color convert

RGB6808-
CMYK0.9200.900.69
HSL121.62º86.05%16.86%-
HSV(B)121.62º92.5%31.37%-
XYZ2.995.791.19-
YUV49.67104.4896.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 80 (31.64% from 255) = 85.11%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=6.38%
G=85.11%
B=8.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal68080.9200.900.69121.6286.0516.86
Hex65085C05A457a5611
Octal612010134013210517212621
Binary1101010000100010111000101101010001011111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065008; }

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

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

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

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

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

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

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

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