#086F35

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

Shades of Fun Green #086F35

Tints of Fun Green #086F35

Color information

#086F35 (or 0x086F35) is unknown color: approx Fun Green. HEX triplet: 08, 6F and 35. RGB value is (8,111,53). Sum of RGB (Red+Green+Blue) = 8+111+53=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #086F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F35 is #F790CA. Grayscale: #494949. Windows color (decimal): -16224459 or 3501832. OLE color: 3501832.

HSL color Cylindrical-coordinate representation of color #086F35: hue angle of 146.21º 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 #086F35 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB811153-
CMYK0.9300.520.56
HSL146.21º86.55%23.33%-
HSV(B)146.21º92.79%43.53%-
XYZ6.4311.685.28-
YUV73.59116.3881.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 111 (43.75% from 255) = 64.53%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=4.65%
G=64.53%
B=30.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111530.9300.520.56146.2186.5523.33
Hex86F355D03438925717
Octal10157651350647022212727
Binary100011011111101011011101011010011100010010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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