#086911

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

Shades of Green #086911

Tints of Green #086911

Color information

#086911 (or 0x086911) is unknown color: approx Green. HEX triplet: 08, 69 and 11. RGB value is (8,105,17). Sum of RGB (Red+Green+Blue) = 8+105+17=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #086911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086911 is #F796EE. Grayscale: #424242. Windows color (decimal): -16226031 or 1141000. OLE color: 1141000.

HSL color Cylindrical-coordinate representation of color #086911: hue angle of 125.57º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086911 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB810517-
CMYK0.9200.840.59
HSL125.57º85.84%22.16%-
HSV(B)125.57º92.38%41.18%-
XYZ5.2510.22.22-
YUV65.96100.3686.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 105 (41.41% from 255) = 80.77%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=6.15%
G=80.77%
B=13.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105170.9200.840.59125.5785.8422.16
Hex869115C0543B7e5616
Octal101512113401247317612626
Binary10001101001100011011100010101001110111111110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086911; }

 p { color: rgb(8,105,17); }

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

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

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

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

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

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

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