#085A0A

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

Shades of Green #085A0A

Tints of Green #085A0A

Color information

#085A0A (or 0x085A0A) is unknown color: approx Green. HEX triplet: 08, 5A and 0A. RGB value is (8,90,10). Sum of RGB (Red+Green+Blue) = 8+90+10=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #085A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A0A is #F7A5F5. Grayscale: #383838. Windows color (decimal): -16229878 or 678408. OLE color: 678408.

HSL color Cylindrical-coordinate representation of color #085A0A: hue angle of 121.46º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A0A is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB89010-
CMYK0.9100.890.65
HSL121.46º83.67%19.22%-
HSV(B)121.46º91.11%35.29%-
XYZ3.817.391.51-
YUV56.36101.8393.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 90 (35.55% from 255) = 83.33%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=7.41%
G=83.33%
B=9.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal890100.9100.890.65121.4683.6719.22
Hex85AA5B05941795413
Octal1013212133013110117112423
Binary10001011010101010110110101100110000011111001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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