#086F73

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

Shades of Surfie Green #086F73

Tints of Surfie Green #086F73

Color information

#086F73 (or 0x086F73) is unknown color: approx Surfie Green. HEX triplet: 08, 6F and 73. RGB value is (8,111,115). Sum of RGB (Red+Green+Blue) = 8+111+115=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #086F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F73 is #F7908C. Grayscale: #505050. Windows color (decimal): -16224397 or 7565064. OLE color: 7565064.

HSL color Cylindrical-coordinate representation of color #086F73: hue angle of 182.24º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F73 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8111115-
CMYK0.930.0300.55
HSL182.24º86.99%24.12%-
HSV(B)182.24º93.04%45.1%-
XYZ8.8812.6618.19-
YUV80.66147.3876.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=3.42%
G=47.44%
B=49.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81111150.930.0300.55182.2486.9924.12
Hex86F735D3037b65718
Octal10157163135306726612730
Binary100011011111110011101110111011011110110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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