#007878

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

Shades of Surfie Green #007878

Tints of Surfie Green #007878

Color information

#007878 (or 0x007878) is unknown color: approx Surfie Green. HEX triplet: 00, 78 and 78. RGB value is (0,120,120). Sum of RGB (Red+Green+Blue) = 0+120+120=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #007878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007878 is #FF8787. Grayscale: #545454. Windows color (decimal): -16746376 or 7895040. OLE color: 7895040.

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

Color convert

RGB0120120-
CMYK1000.53
HSL180º100%23.53%-
HSV(B)180º100%47.06%-
XYZ10.1114.7920.09-
YUV84.12148.2468-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 120 (47.27% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal01201201000.5318010023.53
Hex07878640035b46418
Octal0170170144006526414430
Binary01111000111100011001000011010110110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007878; }

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

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

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

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

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

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

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

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