#072507

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

Shades of Myrtle #072507

Tints of Myrtle #072507

Color information

#072507 (or 0x072507) is unknown color: approx Myrtle. HEX triplet: 07, 25 and 07. RGB value is (7,37,7). Sum of RGB (Red+Green+Blue) = 7+37+7=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #072507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072507 is #F8DAF8. Grayscale: #181818. Windows color (decimal): -16308985 or 468231. OLE color: 468231.

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

Color convert

RGB7377-
CMYK0.8100.810.85
HSL120º68.18%8.63%-
HSV(B)120º81.08%14.51%-
XYZ0.791.380.43-
YUV24.61118.06115.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 37 (14.84% from 255) = 72.55%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=13.73%
G=72.55%
B=13.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal73770.8100.810.8512068.188.63
Hex7257510515578449
Octal7457121012112517010411
Binary1111001011111010001010100011010101111100010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072507; }

 p { color: rgb(7,37,7); }

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

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

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

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

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

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

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