#080A0A

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

Shades of Dark Green #080A0A

Tints of Dark Green #080A0A

Color information

#080A0A (or 0x080A0A) is unknown color: approx Dark Green. HEX triplet: 08, 0A and 0A. RGB value is (8,10,10). Sum of RGB (Red+Green+Blue) = 8+10+10=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #080A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0A is #F7F5F5. Grayscale: #090909. Windows color (decimal): -16250358 or 657928. OLE color: 657928.

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

Color convert

RGB81010-
CMYK0.2000.96
HSL180º11.11%3.53%-
HSV(B)180º20%3.92%-
XYZ0.260.290.33-
YUV9.4128.34127-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 28.57%
GREEN value IS 10 (4.30% from 255) = 35.71%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=28.57%
G=35.71%
B=35.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal810100.2000.9618011.113.53
Hex8AA140060b4b4
Octal1012122400140264134
Binary10001010101010100001100000101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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