#147976

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

Shades of Surfie Green #147976

Tints of Surfie Green #147976

Color information

#147976 (or 0x147976) is unknown color: approx Surfie Green. HEX triplet: 14, 79 and 76. RGB value is (20,121,118). Sum of RGB (Red+Green+Blue) = 20+121+118=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #147976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147976 is #EB8689. Grayscale: #5A5A5A. Windows color (decimal): -15435402 or 7764244. OLE color: 7764244.

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

Color convert

RGB20121118-
CMYK0.8300.020.53
HSL178.22º71.63%27.65%-
HSV(B)178.22º83.47%47.45%-
XYZ10.415.1319.51-
YUV90.46143.5477.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=7.72%
G=46.72%
B=45.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201211180.8300.020.53178.2271.6327.65
Hex147976530235b2481c
Octal24171166123026526211034
Binary1010011110011110110101001101011010110110010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147976; }

 p { color: rgb(20,121,118); }

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

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

 a { background-color: rgb(20,121,118); }

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

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

 span { border-color: rgb(20,121,118); }

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