#07560A

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

Shades of Myrtle #07560A

Tints of Myrtle #07560A

Color information

#07560A (or 0x07560A) is unknown color: approx Myrtle. HEX triplet: 07, 56 and 0A. RGB value is (7,86,10). Sum of RGB (Red+Green+Blue) = 7+86+10=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 86 (33.98% from 255 or 83.50% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 86 - color contains mainly: green. Hex color #07560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07560A is #F8A9F5. Grayscale: #353535. Windows color (decimal): -16296438 or 677383. OLE color: 677383.

HSL color Cylindrical-coordinate representation of color #07560A: hue angle of 122.28º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07560A is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB78610-
CMYK0.9200.880.66
HSL122.28º84.95%18.24%-
HSV(B)122.28º91.86%33.73%-
XYZ3.476.721.4-
YUV53.72103.3394.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 86 (33.98% from 255) = 83.50%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=6.80%
G=83.50%
B=9.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal786100.9200.880.66122.2884.9518.24
Hex756A5C058427a5512
Octal712612134013010217212522
Binary1111010110101010111000101100010000101111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07560A; }

 p { color: rgb(7,86,10); }

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

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

 a { background-color: rgb(7,86,10); }

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

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

 span { border-color: rgb(7,86,10); }

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