Html Css Color HEX #07120E Dark Green

📋 copy color: '#07120E'

red 7 ◦ green 18 ◦ blue 14

#07120E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #07120E

Tints of Dark Green #07120E

RGB

 RED value IS 7 (3.13% from 255) = 17.95%

 GREEN value IS 18 (7.42% from 255) = 46.15%

 BLUE value IS 14 (5.86% from 255) = 35.9%

R = 17.95%
G = 46.15%
B = 35.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#07120E (or 0x07120E) is known color: Dark Green. HEX triplet: 07, 12 and 0E. RGB value is (7,18,14). Sum of RGB (Red+Green+Blue) = 7+18+14=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #07120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120E is #F8EDF1. Grayscale: #0E0E0E. Windows color (decimal): -16313842 or 922119. OLE color: 922119.

HSL color Cylindrical-coordinate representation of color #07120E: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #07120E is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 18 14 -
CMYK 0.61 0 0.22 0.93
HSL 158.18º 0.44% 0.05% -
HSV(B) 158.18º 0.61% 0.07% -
XYZ 0.38 0.51 0.49 -
YUV 14.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 7 18 14 0.61 0 0.22 0.93 158.18 0.44 0.05
Hex 7 12 E 3D 0 16 5D 9E 2C 5
Octal 7 22 16 75 0 26 135 236 54 5
Binary 111 10010 1110 111101 0 10110 1011101 10011110 101100 101

Color Harmonies of #07120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07120E

Black with #07120E

Text Example


Text Example

White with #07120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07120E;
 }
 .AnyTagClassName
 {
   color: #07120E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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