#07140E

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

Shades of Dark Green #07140E

Tints of Dark Green #07140E

Color information

#07140E (or 0x07140E) is unknown color: approx Dark Green. HEX triplet: 07, 14 and 0E. RGB value is (7,20,14). Sum of RGB (Red+Green+Blue) = 7+20+14=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #07140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140E is #F8EBF1. Grayscale: #0F0F0F. Windows color (decimal): -16313330 or 922631. OLE color: 922631.

HSL color Cylindrical-coordinate representation of color #07140E: hue angle of 152.31º 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 #07140E is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB72014-
CMYK0.6500.300.92
HSL152.31º48.15%5.29%-
HSV(B)152.31º65%7.84%-
XYZ0.420.580.5-
YUV15.43127.19121.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=17.07%
G=48.78%
B=34.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720140.6500.300.92152.3148.155.29
Hex714E4101E5C98305
Octal72416101036134230605
Binary1111010011101000001011110101110010011000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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