#072500

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

Shades of Myrtle #072500

Tints of Myrtle #072500

Color information

#072500 (or 0x072500) is unknown color: approx Myrtle. HEX triplet: 07, 25 and 00. RGB value is (7,37,0). Sum of RGB (Red+Green+Blue) = 7+37+0=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #072500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072500 is #F8DAFF. Grayscale: #171717. Windows color (decimal): -16308992 or 9479. OLE color: 9479.

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

Color convert

RGB7370-
CMYK0.81010.85
HSL108.65º100%7.25%-
HSV(B)108.65º100%14.51%-
XYZ0.751.370.22-
YUV23.81114.56116.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 37 (14.84% from 255) = 84.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.91%
G=84.09%
B=0%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal73700.81010.85108.651007.25
Hex725051064556d647
Octal745012101441251551447
Binary1111001010101000101100100101010111011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072500; }

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

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

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

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

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

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

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

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