#071502

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

Shades of Myrtle #071502

Tints of Myrtle #071502

Color information

#071502 (or 0x071502) is unknown color: approx Myrtle. HEX triplet: 07, 15 and 02. RGB value is (7,21,2). Sum of RGB (Red+Green+Blue) = 7+21+2=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #071502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071502 is #F8EAFD. Grayscale: #0E0E0E. Windows color (decimal): -16313086 or 136455. OLE color: 136455.

HSL color Cylindrical-coordinate representation of color #071502: hue angle of 104.21º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071502 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB7212-
CMYK0.6700.900.92
HSL104.21º82.61%4.51%-
HSV(B)104.21º90.48%8.24%-
XYZ0.370.590.15-
YUV14.65120.86122.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 23.33%
GREEN value IS 21 (8.59% from 255) = 70%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=23.33%
G=70%
B=6.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72120.6700.900.92104.2182.614.51
Hex71524305A5C68535
Octal725210301321341501235
Binary1111010110100001101011010101110011010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071502; }

 p { color: rgb(7,21,2); }

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

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

 a { background-color: rgb(7,21,2); }

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

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

 span { border-color: rgb(7,21,2); }

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