#071B0E

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

Shades of Dark Green #071B0E

Tints of Dark Green #071B0E

Color information

#071B0E (or 0x071B0E) is unknown color: approx Dark Green. HEX triplet: 07, 1B and 0E. RGB value is (7,27,14). Sum of RGB (Red+Green+Blue) = 7+27+14=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #071B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B0E is #F8E4F1. Grayscale: #131313. Windows color (decimal): -16311538 or 924423. OLE color: 924423.

HSL color Cylindrical-coordinate representation of color #071B0E: hue angle of 141º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071B0E is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB72714-
CMYK0.7400.480.89
HSL141º58.82%6.67%-
HSV(B)141º74.07%10.59%-
XYZ0.560.860.55-
YUV19.54124.87119.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=14.58%
G=56.25%
B=29.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal727140.7400.480.8914158.826.67
Hex71BE4A030598d3b7
Octal73316112060131215737
Binary11111011111010010100110000101100110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071B0E; }

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

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

<style>
 a { background-color: #071B0E; }

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

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

<style>
 span { border-color: #071B0E; }

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

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