#087477

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

Shades of Surfie Green #087477

Tints of Surfie Green #087477

Color information

#087477 (or 0x087477) is unknown color: approx Surfie Green. HEX triplet: 08, 74 and 77. RGB value is (8,116,119). Sum of RGB (Red+Green+Blue) = 8+116+119=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #087477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087477 is #F78B88. Grayscale: #535353. Windows color (decimal): -16223113 or 7828488. OLE color: 7828488.

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

Color convert

RGB8116119-
CMYK0.930.0300.53
HSL181.62º87.4%24.9%-
HSV(B)181.62º93.28%46.67%-
XYZ9.6813.8719.62-
YUV84.05147.7273.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=3.29%
G=47.74%
B=48.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81161190.930.0300.53181.6287.424.9
Hex874775D3035b65719
Octal10164167135306526612731
Binary100011101001110111101110111011010110110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087477; }

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

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

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

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

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

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

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

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