#065504

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

Shades of Myrtle #065504

Tints of Myrtle #065504

Color information

#065504 (or 0x065504) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 04. RGB value is (6,85,4). Sum of RGB (Red+Green+Blue) = 6+85+4=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #065504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065504 is #F9AAFB. Grayscale: #343434. Windows color (decimal): -16362236 or 283910. OLE color: 283910.

HSL color Cylindrical-coordinate representation of color #065504: hue angle of 118.52º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065504 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB6854-
CMYK0.9300.950.67
HSL118.52º91.01%17.45%-
HSV(B)118.52º95.29%33.33%-
XYZ3.356.541.2-
YUV52.14100.8395.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 85 (33.59% from 255) = 89.47%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=6.32%
G=89.47%
B=4.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68540.9300.950.67118.5291.0117.45
Hex65545D05F43775b11
Octal61254135013710316713321
Binary110101010110010111010101111110000111110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065504; }

 p { color: rgb(6,85,4); }

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

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

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

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

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

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

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