#06110E

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

Shades of Dark Green #06110E

Tints of Dark Green #06110E

Color information

#06110E (or 0x06110E) is unknown color: approx Dark Green. HEX triplet: 06, 11 and 0E. RGB value is (6,17,14). Sum of RGB (Red+Green+Blue) = 6+17+14=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 17 - color contains mainly: green. Hex color #06110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06110E is #F9EEF1. Grayscale: #0D0D0D. Windows color (decimal): -16379634 or 921862. OLE color: 921862.

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

Color convert

RGB61714-
CMYK0.6500.180.93
HSL163.64º47.83%4.51%-
HSV(B)163.64º64.71%6.67%-
XYZ0.350.470.49-
YUV13.37128.36122.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=16.22%
G=45.95%
B=37.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal617140.6500.180.93163.6447.834.51
Hex611E410125Da4305
Octal62116101022135244605
Binary1101000111101000001010010101110110100100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,17,14); }

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

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

 a { background-color: rgb(6,17,14); }

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

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

 span { border-color: rgb(6,17,14); }

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