#072101

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

Shades of Myrtle #072101

Tints of Myrtle #072101

Color information

#072101 (or 0x072101) is unknown color: approx Myrtle. HEX triplet: 07, 21 and 01. RGB value is (7,33,1). Sum of RGB (Red+Green+Blue) = 7+33+1=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 33 (13.28% from 255 or 80.49% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 33 - color contains mainly: green. Hex color #072101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072101 is #F8DEFE. Grayscale: #151515. Windows color (decimal): -16310015 or 73991. OLE color: 73991.

HSL color Cylindrical-coordinate representation of color #072101: hue angle of 108.75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072101 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB7331-
CMYK0.7900.970.87
HSL108.75º94.12%6.67%-
HSV(B)108.75º96.97%12.94%-
XYZ0.641.140.21-
YUV21.58116.39117.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 33 (13.28% from 255) = 80.49%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=17.07%
G=80.49%
B=2.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal73310.7900.970.87108.7594.126.67
Hex72114F061576d5e7
Octal741111701411271551367
Binary1111000011100111101100001101011111011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072101; }

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

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

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

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

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

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

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

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