#072704

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

Shades of Myrtle #072704

Tints of Myrtle #072704

Color information

#072704 (or 0x072704) is unknown color: approx Myrtle. HEX triplet: 07, 27 and 04. RGB value is (7,39,4). Sum of RGB (Red+Green+Blue) = 7+39+4=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 39 (15.62% from 255 or 78% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 39 - color contains mainly: green. Hex color #072704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072704 is #F8D8FB. Grayscale: #191919. Windows color (decimal): -16308476 or 272135. OLE color: 272135.

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

Color convert

RGB7394-
CMYK0.8200.900.85
HSL114.86º81.4%8.43%-
HSV(B)114.86º89.74%15.29%-
XYZ0.841.50.36-
YUV25.44115.9114.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 39 (15.62% from 255) = 78%
BLUE value IS 4 (1.95% from 255) = 8%
R=14%
G=78%
B=8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal73940.8200.900.85114.8681.48.43
Hex72745205A5573518
Octal7474122013212516312110
Binary1111001111001010010010110101010101111001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072704; }

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

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

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

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

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

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

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

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