#086A13

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

Shades of Green #086A13

Tints of Green #086A13

Color information

#086A13 (or 0x086A13) is unknown color: approx Green. HEX triplet: 08, 6A and 13. RGB value is (8,106,19). Sum of RGB (Red+Green+Blue) = 8+106+19=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #086A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086A13 is #F795EC. Grayscale: #434343. Windows color (decimal): -16225773 or 1272328. OLE color: 1272328.

HSL color Cylindrical-coordinate representation of color #086A13: hue angle of 126.73º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A13 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB810619-
CMYK0.9200.820.58
HSL126.73º85.96%22.35%-
HSV(B)126.73º92.45%41.57%-
XYZ5.3710.412.34-
YUV66.78101.0386.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 106 (41.80% from 255) = 79.70%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=6.02%
G=79.70%
B=14.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106190.9200.820.58126.7385.9622.35
Hex86A135C0523A7f5616
Octal101522313401227217712626
Binary10001101010100111011100010100101110101111111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,106,19); }

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

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

 a { background-color: rgb(8,106,19); }

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

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

 span { border-color: rgb(8,106,19); }

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