#087576

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

Shades of Surfie Green #087576

Tints of Surfie Green #087576

Color information

#087576 (or 0x087576) is unknown color: approx Surfie Green. HEX triplet: 08, 75 and 76. RGB value is (8,117,118). Sum of RGB (Red+Green+Blue) = 8+117+118=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #087576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087576 is #F78A89. Grayscale: #545454. Windows color (decimal): -16222858 or 7763208. OLE color: 7763208.

HSL color Cylindrical-coordinate representation of color #087576: hue angle of 180.55º 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 #087576 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8117118-
CMYK0.930.0100.54
HSL180.55º87.3%24.71%-
HSV(B)180.55º93.22%46.27%-
XYZ9.7314.0819.34-
YUV84.52146.8973.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=3.29%
G=48.15%
B=48.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81171180.930.0100.54180.5587.324.71
Hex875765D1036b55719
Octal10165166135106626512731
Binary10001110101111011010111011011011010110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087576; }

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

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

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

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

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

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

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

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