#147875

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

Shades of Surfie Green #147875

Tints of Surfie Green #147875

Color information

#147875 (or 0x147875) is unknown color: approx Surfie Green. HEX triplet: 14, 78 and 75. RGB value is (20,120,117). Sum of RGB (Red+Green+Blue) = 20+120+117=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #147875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147875 is #EB878A. Grayscale: #595959. Windows color (decimal): -15435659 or 7698452. OLE color: 7698452.

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

Color convert

RGB20120117-
CMYK0.8300.020.53
HSL178.2º71.43%27.45%-
HSV(B)178.2º83.33%47.06%-
XYZ10.2214.8719.16-
YUV89.76143.3778.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=7.78%
G=46.69%
B=45.53%

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
Decimal201201170.8300.020.53178.271.4327.45
Hex147875530235b2471b
Octal24170165123026526210733
Binary1010011110001110101101001101011010110110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147875; }

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

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

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

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

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

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

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

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