#087476

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

Shades of Surfie Green #087476

Tints of Surfie Green #087476

Color information

#087476 (or 0x087476) is unknown color: approx Surfie Green. HEX triplet: 08, 74 and 76. RGB value is (8,116,118). Sum of RGB (Red+Green+Blue) = 8+116+118=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #087476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087476 is #F78B89. Grayscale: #535353. Windows color (decimal): -16223114 or 7762952. OLE color: 7762952.

HSL color Cylindrical-coordinate representation of color #087476: hue angle of 181.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087476 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8116118-
CMYK0.930.0200.54
HSL181.09º87.3%24.71%-
HSV(B)181.09º93.22%46.27%-
XYZ9.6213.8519.31-
YUV83.94147.2273.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=3.31%
G=47.93%
B=48.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81161180.930.0200.54181.0987.324.71
Hex874765D2036b55719
Octal10164166135206626512731
Binary100011101001110110101110110011011010110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087476; }

 p { color: rgb(8,116,118); }

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

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

 a { background-color: rgb(8,116,118); }

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

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

 span { border-color: rgb(8,116,118); }

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