#085C0E

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

Shades of Green #085C0E

Tints of Green #085C0E

Color information

#085C0E (or 0x085C0E) is unknown color: approx Green. HEX triplet: 08, 5C and 0E. RGB value is (8,92,14). Sum of RGB (Red+Green+Blue) = 8+92+14=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #085C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C0E is #F7A3F1. Grayscale: #3A3A3A. Windows color (decimal): -16229362 or 941064. OLE color: 941064.

HSL color Cylindrical-coordinate representation of color #085C0E: hue angle of 124.29º 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 #085C0E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB89214-
CMYK0.9100.850.64
HSL124.29º84%19.61%-
HSV(B)124.29º91.3%36.08%-
XYZ4.017.741.7-
YUV57.99103.1792.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 92 (36.33% from 255) = 80.70%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=7.02%
G=80.70%
B=12.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892140.9100.850.64124.298419.61
Hex85CE5B055407c5414
Octal1013416133012510017412424
Binary10001011100111010110110101010110000001111100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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