#07560C

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

Shades of Myrtle #07560C

Tints of Myrtle #07560C

Color information

#07560C (or 0x07560C) is unknown color: approx Myrtle. HEX triplet: 07, 56 and 0C. RGB value is (7,86,12). Sum of RGB (Red+Green+Blue) = 7+86+12=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 86 (33.98% from 255 or 81.90% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 86 - color contains mainly: green. Hex color #07560C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07560C is #F8A9F3. Grayscale: #363636. Windows color (decimal): -16296436 or 808455. OLE color: 808455.

HSL color Cylindrical-coordinate representation of color #07560C: hue angle of 123.8º 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 #07560C is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB78612-
CMYK0.9200.860.66
HSL123.8º84.95%18.24%-
HSV(B)123.8º91.86%33.73%-
XYZ3.486.731.46-
YUV53.94104.3394.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 86 (33.98% from 255) = 81.90%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=6.67%
G=81.90%
B=11.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal786120.9200.860.66123.884.9518.24
Hex756C5C056427c5512
Octal712614134012610217412522
Binary1111010110110010111000101011010000101111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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