#072705

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

Shades of Myrtle #072705

Tints of Myrtle #072705

Color information

#072705 (or 0x072705) is unknown color: approx Myrtle. HEX triplet: 07, 27 and 05. RGB value is (7,39,5). Sum of RGB (Red+Green+Blue) = 7+39+5=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 39 (15.62% from 255 or 76.47% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 39 - color contains mainly: green. Hex color #072705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072705 is #F8D8FA. Grayscale: #191919. Windows color (decimal): -16308475 or 337671. OLE color: 337671.

HSL color Cylindrical-coordinate representation of color #072705: hue angle of 116.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072705 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB7395-
CMYK0.8200.870.85
HSL116.47º77.27%8.63%-
HSV(B)116.47º87.18%15.29%-
XYZ0.841.510.39-
YUV25.56116.4114.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 39 (15.62% from 255) = 76.47%
BLUE value IS 5 (2.34% from 255) = 9.80%
R=13.73%
G=76.47%
B=9.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal73950.8200.870.85116.4777.278.63
Hex72755205755744d9
Octal7475122012712516411511
Binary1111001111011010010010101111010101111010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072705; }

 p { color: rgb(7,39,5); }

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

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

 a { background-color: rgb(7,39,5); }

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

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

 span { border-color: rgb(7,39,5); }

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