#007978

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

Shades of Surfie Green #007978

Tints of Surfie Green #007978

Color information

#007978 (or 0x007978) is unknown color: approx Surfie Green. HEX triplet: 00, 79 and 78. RGB value is (0,121,120). Sum of RGB (Red+Green+Blue) = 0+121+120=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #007978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007978 is #FF8687. Grayscale: #545454. Windows color (decimal): -16746120 or 7895296. OLE color: 7895296.

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

Color convert

RGB0121120-
CMYK100.010.53
HSL179.5º100%23.73%-
HSV(B)179.5º100%47.45%-
XYZ10.2315.0320.13-
YUV84.71147.9167.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=0%
G=50.21%
B=49.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0121120100.010.53179.510023.73
Hex07978640135b46418
Octal0171170144016526414430
Binary01111001111100011001000111010110110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007978; }

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

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

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

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

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

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

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

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