#07570D

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

Shades of Myrtle #07570D

Tints of Myrtle #07570D

Color information

#07570D (or 0x07570D) is unknown color: approx Myrtle. HEX triplet: 07, 57 and 0D. RGB value is (7,87,13). Sum of RGB (Red+Green+Blue) = 7+87+13=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #07570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07570D is #F8A8F2. Grayscale: #363636. Windows color (decimal): -16296179 or 874247. OLE color: 874247.

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

Color convert

RGB78713-
CMYK0.9200.850.66
HSL124.5º85.11%18.43%-
HSV(B)124.5º91.95%34.12%-
XYZ3.576.891.52-
YUV54.64104.594.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 87 (34.38% from 255) = 81.31%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=6.54%
G=81.31%
B=12.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787130.9200.850.66124.585.1118.43
Hex757D5C055427c5512
Octal712715134012510217412522
Binary1111010111110110111000101010110000101111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07570D; }

 p { color: rgb(7,87,13); }

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

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

 a { background-color: rgb(7,87,13); }

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

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

 span { border-color: rgb(7,87,13); }

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