#07180F

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

Shades of Dark Green #07180F

Tints of Dark Green #07180F

Color information

#07180F (or 0x07180F) is unknown color: approx Dark Green. HEX triplet: 07, 18 and 0F. RGB value is (7,24,15). Sum of RGB (Red+Green+Blue) = 7+24+15=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #07180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07180F is #F8E7F0. Grayscale: #111111. Windows color (decimal): -16312305 or 989191. OLE color: 989191.

HSL color Cylindrical-coordinate representation of color #07180F: hue angle of 148.24º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #07180F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB72415-
CMYK0.7100.370.91
HSL148.24º54.84%6.08%-
HSV(B)148.24º70.83%9.41%-
XYZ0.50.730.57-
YUV17.89126.37120.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 24 (9.77% from 255) = 52.17%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=15.22%
G=52.17%
B=32.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal724150.7100.370.91148.2454.846.08
Hex718F470255B94376
Octal73017107045133224676
Binary11111000111110001110100101101101110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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