#07150F

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

Shades of Dark Green #07150F

Tints of Dark Green #07150F

Color information

#07150F (or 0x07150F) is unknown color: approx Dark Green. HEX triplet: 07, 15 and 0F. RGB value is (7,21,15). Sum of RGB (Red+Green+Blue) = 7+21+15=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #07150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150F is #F8EAF0. Grayscale: #101010. Windows color (decimal): -16313073 or 988423. OLE color: 988423.

HSL color Cylindrical-coordinate representation of color #07150F: hue angle of 154.29º 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 #07150F is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB72115-
CMYK0.6700.290.92
HSL154.29º50%5.49%-
HSV(B)154.29º66.67%8.24%-
XYZ0.440.620.55-
YUV16.13127.36121.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=16.28%
G=48.84%
B=34.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal721150.6700.290.92154.29505.49
Hex715F4301D5C9a325
Octal72517103035134232625
Binary1111010111111000011011101101110010011010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07150F; }

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

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

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

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

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

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

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

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