#086F1B

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

Shades of Green #086F1B

Tints of Green #086F1B

Color information

#086F1B (or 0x086F1B) is unknown color: approx Green. HEX triplet: 08, 6F and 1B. RGB value is (8,111,27). Sum of RGB (Red+Green+Blue) = 8+111+27=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #086F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F1B is #F790E4. Grayscale: #464646. Windows color (decimal): -16224485 or 1797896. OLE color: 1797896.

HSL color Cylindrical-coordinate representation of color #086F1B: hue angle of 131.07º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F1B is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB811127-
CMYK0.9300.760.56
HSL131.07º86.55%23.33%-
HSV(B)131.07º92.79%43.53%-
XYZ5.9811.52.94-
YUV70.63103.3883.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 111 (43.75% from 255) = 76.03%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=5.48%
G=76.03%
B=18.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111270.9300.760.56131.0786.5523.33
Hex86F1B5D04C38835717
Octal101573313501147020312727
Binary100011011111101110111010100110011100010000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086F1B; }

 p { color: rgb(8,111,27); }

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

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

 a { background-color: rgb(8,111,27); }

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

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

 span { border-color: rgb(8,111,27); }

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