#072700

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

Shades of Myrtle #072700

Tints of Myrtle #072700

Color information

#072700 (or 0x072700) is unknown color: approx Myrtle. HEX triplet: 07, 27 and 00. RGB value is (7,39,0). Sum of RGB (Red+Green+Blue) = 7+39+0=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 39 (15.62% from 255 or 84.78% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 39 - color contains mainly: green. Hex color #072700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072700 is #F8D8FF. Grayscale: #191919. Windows color (decimal): -16308480 or 9991. OLE color: 9991.

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

Color convert

RGB7390-
CMYK0.82010.85
HSL109.23º100%7.65%-
HSV(B)109.23º100%15.29%-
XYZ0.811.50.25-
YUV24.99113.9115.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 39 (15.62% from 255) = 84.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.22%
G=84.78%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal73900.82010.85109.231007.65
Hex727052064556d648
Octal7470122014412515514410
Binary11110011101010010011001001010101110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072700; }

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

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

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

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

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

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

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

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