#07140F

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

Shades of Dark Green #07140F

Tints of Dark Green #07140F

Color information

#07140F (or 0x07140F) is unknown color: approx Dark Green. HEX triplet: 07, 14 and 0F. RGB value is (7,20,15). Sum of RGB (Red+Green+Blue) = 7+20+15=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #07140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140F is #F8EBF0. Grayscale: #0F0F0F. Windows color (decimal): -16313329 or 988167. OLE color: 988167.

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

Color convert

RGB72015-
CMYK0.6500.250.92
HSL156.92º48.15%5.29%-
HSV(B)156.92º65%7.84%-
XYZ0.420.580.54-
YUV15.54127.69121.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.67%
GREEN value IS 20 (8.20% from 255) = 47.62%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=16.67%
G=47.62%
B=35.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720150.6500.250.92156.9248.155.29
Hex714F410195C9d305
Octal72417101031134235605
Binary1111010011111000001011001101110010011101110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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