#087578

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

Shades of Surfie Green #087578

Tints of Surfie Green #087578

Color information

#087578 (or 0x087578) is unknown color: approx Surfie Green. HEX triplet: 08, 75 and 78. RGB value is (8,117,120). Sum of RGB (Red+Green+Blue) = 8+117+120=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #087578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087578 is #F78A87. Grayscale: #545454. Windows color (decimal): -16222856 or 7894280. OLE color: 7894280.

HSL color Cylindrical-coordinate representation of color #087578: hue angle of 181.61º degrees, saturation: 0.88, 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 #087578 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8117120-
CMYK0.930.0200.53
HSL181.61º87.5%25.1%-
HSV(B)181.61º93.33%47.06%-
XYZ9.8514.1319.98-
YUV84.75147.8973.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=3.27%
G=47.76%
B=48.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81171200.930.0200.53181.6187.525.1
Hex875785D2035b65819
Octal10165170135206526613031
Binary100011101011111000101110110011010110110110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087578; }

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

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

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

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

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

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

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

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