#086A35

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

Shades of Fun Green #086A35

Tints of Fun Green #086A35

Color information

#086A35 (or 0x086A35) is unknown color: approx Fun Green. HEX triplet: 08, 6A and 35. RGB value is (8,106,53). Sum of RGB (Red+Green+Blue) = 8+106+53=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #086A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A35 is #F795CA. Grayscale: #464646. Windows color (decimal): -16225739 or 3500552. OLE color: 3500552.

HSL color Cylindrical-coordinate representation of color #086A35: hue angle of 147.55º 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 #086A35 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB810653-
CMYK0.9200.50.58
HSL147.55º85.96%22.35%-
HSV(B)147.55º92.45%41.57%-
XYZ5.910.625.11-
YUV70.66118.0383.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 106 (41.80% from 255) = 63.47%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=4.79%
G=63.47%
B=31.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106530.9200.50.58147.5585.9622.35
Hex86A355C0323A945616
Octal10152651340627222412626
Binary100011010101101011011100011001011101010010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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