#071515

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

Shades of Dark Green #071515

Tints of Dark Green #071515

Color information

#071515 (or 0x071515) is unknown color: approx Dark Green. HEX triplet: 07, 15 and 15. RGB value is (7,21,21). Sum of RGB (Red+Green+Blue) = 7+21+21=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #071515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071515 is #F8EAEA. Grayscale: #101010. Windows color (decimal): -16313067 or 1381639. OLE color: 1381639.

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

Color convert

RGB72121-
CMYK0.67000.92
HSL180º50%5.49%-
HSV(B)180º66.67%8.24%-
XYZ0.490.640.81-
YUV16.81130.36121-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal721210.67000.92180505.49
Hex7151543005Cb4325
Octal7252510300134264625
Binary1111010110101100001100101110010110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071515; }

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

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

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

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

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

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

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

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