#072005

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

Shades of Myrtle #072005

Tints of Myrtle #072005

Color information

#072005 (or 0x072005) is unknown color: approx Myrtle. HEX triplet: 07, 20 and 05. RGB value is (7,32,5). Sum of RGB (Red+Green+Blue) = 7+32+5=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #072005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072005 is #F8DFFA. Grayscale: #151515. Windows color (decimal): -16310267 or 335879. OLE color: 335879.

HSL color Cylindrical-coordinate representation of color #072005: hue angle of 115.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072005 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB7325-
CMYK0.7800.840.87
HSL115.56º72.97%7.25%-
HSV(B)115.56º84.38%12.55%-
XYZ0.631.090.32-
YUV21.45118.72117.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 32 (12.89% from 255) = 72.73%
BLUE value IS 5 (2.34% from 255) = 11.36%
R=15.91%
G=72.73%
B=11.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73250.7800.840.87115.5672.977.25
Hex72054E0545774497
Octal740511601241271641117
Binary111100000101100111001010100101011111101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072005; }

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

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

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

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

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

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

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

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