#147876

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

Shades of Surfie Green #147876

Tints of Surfie Green #147876

Color information

#147876 (or 0x147876) is unknown color: approx Surfie Green. HEX triplet: 14, 78 and 76. RGB value is (20,120,118). Sum of RGB (Red+Green+Blue) = 20+120+118=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #147876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147876 is #EB8789. Grayscale: #595959. Windows color (decimal): -15435658 or 7763988. OLE color: 7763988.

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

Color convert

RGB20120118-
CMYK0.8300.020.53
HSL178.8º71.43%27.45%-
HSV(B)178.8º83.33%47.06%-
XYZ10.2714.8919.47-
YUV89.87143.8778.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=7.75%
G=46.51%
B=45.74%

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
Decimal201201180.8300.020.53178.871.4327.45
Hex147876530235b3471b
Octal24170166123026526310733
Binary1010011110001110110101001101011010110110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147876; }

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

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

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

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

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

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

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

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