#080B0A

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

Shades of Dark Green #080B0A

Tints of Dark Green #080B0A

Color information

#080B0A (or 0x080B0A) is unknown color: approx Dark Green. HEX triplet: 08, 0B and 0A. RGB value is (8,11,10). Sum of RGB (Red+Green+Blue) = 8+11+10=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 11 - color contains mainly: green. Hex color #080B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0A is #F7F4F5. Grayscale: #090909. Windows color (decimal): -16250102 or 658184. OLE color: 658184.

HSL color Cylindrical-coordinate representation of color #080B0A: hue angle of 160º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #080B0A is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.

Color convert

RGB81110-
CMYK0.2700.090.96
HSL160º15.79%3.73%-
HSV(B)160º27.27%4.31%-
XYZ0.270.310.33-
YUV9.99128.01126.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 11 (4.69% from 255) = 37.93%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal811100.2700.090.9616015.793.73
Hex8BA1B0960a0104
Octal10131233011140240204
Binary100010111010110110100111000001010000010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B0A; }

 p { color: rgb(8,11,10); }

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

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

 a { background-color: rgb(8,11,10); }

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

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

 span { border-color: rgb(8,11,10); }

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