#065312

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

Shades of Myrtle #065312

Tints of Myrtle #065312

Color information

#065312 (or 0x065312) is unknown color: approx Myrtle. HEX triplet: 06, 53 and 12. RGB value is (6,83,18). Sum of RGB (Red+Green+Blue) = 6+83+18=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #065312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065312 is #F9ACED. Grayscale: #343434. Windows color (decimal): -16362734 or 1200902. OLE color: 1200902.

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

Color convert

RGB68318-
CMYK0.9300.780.67
HSL129.35º86.52%17.45%-
HSV(B)129.35º92.77%32.55%-
XYZ3.286.271.61-
YUV52.57108.4994.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 83 (32.81% from 255) = 77.57%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=5.61%
G=77.57%
B=16.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683180.9300.780.67129.3586.5217.45
Hex653125D04E43815711
Octal612322135011610320112721
Binary110101001110010101110101001110100001110000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065312; }

 p { color: rgb(6,83,18); }

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

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

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

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

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

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

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