#008778

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

Shades of Surfie Green #008778

Tints of Surfie Green #008778

Color information

#008778 (or 0x008778) is unknown color: approx Surfie Green. HEX triplet: 00, 87 and 78. RGB value is (0,135,120). Sum of RGB (Red+Green+Blue) = 0+135+120=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #008778 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008778 is #FF7887. Grayscale: #5C5C5C. Windows color (decimal): -16742536 or 7898880. OLE color: 7898880.

HSL color Cylindrical-coordinate representation of color #008778: hue angle of 173.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008778 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB0135120-
CMYK100.110.47
HSL173.33º100%26.47%-
HSV(B)173.33º100%52.94%-
XYZ12.0518.6820.74-
YUV92.92143.2761.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=0%
G=52.94%
B=47.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135120100.110.47173.3310026.47
Hex08778640B2Fad641a
Octal02071701440135725514432
Binary010000111111100011001000101110111110101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008778; }

 p { color: rgb(0,135,120); }

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

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

 a { background-color: rgb(0,135,120); }

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

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

 span { border-color: rgb(0,135,120); }

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