#072100

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

Shades of Myrtle #072100

Tints of Myrtle #072100

Color information

#072100 (or 0x072100) is unknown color: approx Myrtle. HEX triplet: 07, 21 and 00. RGB value is (7,33,0). Sum of RGB (Red+Green+Blue) = 7+33+0=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 33 (13.28% from 255 or 82.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 33 - color contains mainly: green. Hex color #072100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072100 is #F8DEFF. Grayscale: #151515. Windows color (decimal): -16310016 or 8455. OLE color: 8455.

HSL color Cylindrical-coordinate representation of color #072100: hue angle of 107.27º 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 #072100 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB7330-
CMYK0.79010.87
HSL107.27º100%6.47%-
HSV(B)107.27º100%12.94%-
XYZ0.631.130.19-
YUV21.46115.89117.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.5%
GREEN value IS 33 (13.28% from 255) = 82.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.5%
G=82.5%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73300.79010.87107.271006.47
Hex72104F064576b646
Octal741011701441271531446
Binary1111000010100111101100100101011111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072100; }

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

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

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

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

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

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

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

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