#081110

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

Shades of Dark Green #081110

Tints of Dark Green #081110

Color information

#081110 (or 0x081110) is unknown color: approx Dark Green. HEX triplet: 08, 11 and 10. RGB value is (8,17,16). Sum of RGB (Red+Green+Blue) = 8+17+16=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #081110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081110 is #F7EEEF. Grayscale: #0E0E0E. Windows color (decimal): -16248560 or 1052936. OLE color: 1052936.

HSL color Cylindrical-coordinate representation of color #081110: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #081110 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB81716-
CMYK0.5300.060.93
HSL173.33º36%4.9%-
HSV(B)173.33º52.94%6.67%-
XYZ0.390.490.56-
YUV14.19129.02123.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 19.51%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 16 (6.64% from 255) = 39.02%
R=19.51%
G=41.46%
B=39.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal817160.5300.060.93173.33364.9
Hex8111035065Dad245
Octal1021206506135255445
Binary100010001100001101010110101110110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081110; }

 p { color: rgb(8,17,16); }

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

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

 a { background-color: rgb(8,17,16); }

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

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

 span { border-color: rgb(8,17,16); }

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