#085B0B

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

Shades of Green #085B0B

Tints of Green #085B0B

Color information

#085B0B (or 0x085B0B) is unknown color: approx Green. HEX triplet: 08, 5B and 0B. RGB value is (8,91,11). Sum of RGB (Red+Green+Blue) = 8+91+11=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 91 (35.94% from 255 or 82.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 91 - color contains mainly: green. Hex color #085B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B0B is #F7A4F4. Grayscale: #393939. Windows color (decimal): -16229621 or 744200. OLE color: 744200.

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

Color convert

RGB89111-
CMYK0.9100.880.64
HSL122.17º83.84%19.41%-
HSV(B)122.17º91.21%35.69%-
XYZ3.97.561.57-
YUV57.0610293-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 91 (35.94% from 255) = 82.73%
BLUE value IS 11 (4.69% from 255) = 10%
R=7.27%
G=82.73%
B=10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891110.9100.880.64122.1783.8419.41
Hex85BB5B058407a5413
Octal1013313133013010017212423
Binary10001011011101110110110101100010000001111010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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