#085C0B

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

Shades of Green #085C0B

Tints of Green #085C0B

Color information

#085C0B (or 0x085C0B) is unknown color: approx Green. HEX triplet: 08, 5C and 0B. RGB value is (8,92,11). Sum of RGB (Red+Green+Blue) = 8+92+11=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 92 (36.33% from 255 or 82.88% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 92 - color contains mainly: green. Hex color #085C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C0B is #F7A3F4. Grayscale: #393939. Windows color (decimal): -16229365 or 744456. OLE color: 744456.

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

Color convert

RGB89211-
CMYK0.9100.880.64
HSL122.14º84%19.61%-
HSV(B)122.14º91.3%36.08%-
XYZ3.997.731.6-
YUV57.65101.6792.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 92 (36.33% from 255) = 82.88%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=7.21%
G=82.88%
B=9.91%

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
Decimal892110.9100.880.64122.148419.61
Hex85CB5B058407a5414
Octal1013413133013010017212424
Binary10001011100101110110110101100010000001111010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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