#147A78

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

Shades of Surfie Green #147A78

Tints of Surfie Green #147A78

Color information

#147A78 (or 0x147A78) is unknown color: approx Surfie Green. HEX triplet: 14, 7A and 78. RGB value is (20,122,120). Sum of RGB (Red+Green+Blue) = 20+122+120=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #147A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A78 is #EB8587. Grayscale: #5B5B5B. Windows color (decimal): -15435144 or 7895572. OLE color: 7895572.

HSL color Cylindrical-coordinate representation of color #147A78: hue angle of 178.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A78 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB20122120-
CMYK0.8400.020.52
HSL178.82º71.83%27.84%-
HSV(B)178.82º83.61%47.84%-
XYZ10.6415.4220.19-
YUV91.27144.2177.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=7.63%
G=46.56%
B=45.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201221200.8400.020.52178.8271.8327.84
Hex147A78540234b3481c
Octal24172170124026426311034
Binary1010011110101111000101010001011010010110011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A78; }

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

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

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

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

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

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

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

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