#072000

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

Shades of Myrtle #072000

Tints of Myrtle #072000

Color information

#072000 (or 0x072000) is unknown color: approx Myrtle. HEX triplet: 07, 20 and 00. RGB value is (7,32,0). Sum of RGB (Red+Green+Blue) = 7+32+0=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #072000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072000 is #F8DFFF. Grayscale: #141414. Windows color (decimal): -16310272 or 8199. OLE color: 8199.

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

Color convert

RGB7320-
CMYK0.78010.87
HSL106.88º100%6.27%-
HSV(B)106.88º100%12.55%-
XYZ0.61.080.18-
YUV20.88116.22118.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 32 (12.89% from 255) = 82.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.95%
G=82.05%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73200.78010.87106.881006.27
Hex72004E064576b646
Octal740011601441271531446
Binary1111000000100111001100100101011111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072000; }

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

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

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

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

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

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

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

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