#072805

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

Shades of Myrtle #072805

Tints of Myrtle #072805

Color information

#072805 (or 0x072805) is unknown color: approx Myrtle. HEX triplet: 07, 28 and 05. RGB value is (7,40,5). Sum of RGB (Red+Green+Blue) = 7+40+5=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 40 (16.02% from 255 or 76.92% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 40 - color contains mainly: green. Hex color #072805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072805 is #F8D7FA. Grayscale: #1A1A1A. Windows color (decimal): -16308219 or 337927. OLE color: 337927.

HSL color Cylindrical-coordinate representation of color #072805: hue angle of 116.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072805 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB7405-
CMYK0.8300.880.84
HSL116.57º77.78%8.82%-
HSV(B)116.57º87.5%15.69%-
XYZ0.871.570.4-
YUV26.14116.07114.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 40 (16.02% from 255) = 76.92%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=13.46%
G=76.92%
B=9.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal74050.8300.880.84116.5777.788.82
Hex72855305854754e9
Octal7505123013012416511611
Binary1111010001011010011010110001010100111010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072805; }

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

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

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

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

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

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

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

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