#087276

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

Shades of Surfie Green #087276

Tints of Surfie Green #087276

Color information

#087276 (or 0x087276) is unknown color: approx Surfie Green. HEX triplet: 08, 72 and 76. RGB value is (8,114,118). Sum of RGB (Red+Green+Blue) = 8+114+118=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #087276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087276 is #F78D89. Grayscale: #525252. Windows color (decimal): -16223626 or 7762440. OLE color: 7762440.

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

Color convert

RGB8114118-
CMYK0.930.0300.54
HSL182.18º87.3%24.71%-
HSV(B)182.18º93.22%46.27%-
XYZ9.3913.3919.23-
YUV82.76147.8874.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=3.33%
G=47.5%
B=49.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81141180.930.0300.54182.1887.324.71
Hex872765D3036b65719
Octal10162166135306626612731
Binary100011100101110110101110111011011010110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087276; }

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

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

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

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

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

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

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

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