Html Css Color HEX #147C79 Surfie Green

📋 copy color: '#147C79'

red 20 ◦ green 124 ◦ blue 121

#147C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #147C79

Tints of Surfie Green #147C79

RGB

 RED value IS 20 (8.2% from 255) = 7.55%

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 7.55%
G = 46.79%
B = 45.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#147C79 (or 0x147C79) is known color: Surfie Green. HEX triplet: 14, 7C and 79. RGB value is (20,124,121). Sum of RGB (Red+Green+Blue) = 20+124+121=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #147C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C79 is #EB8386. Grayscale: #5C5C5C. Windows color (decimal): -15434631 or 7961620. OLE color: 7961620.

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

Color convert

RGB 20 124 121 -
CMYK 0.84 0 0.02 0.51
HSL 178.27º 0.72% 0.28% -
HSV(B) 178.27º 0.84% 0.49% -
XYZ 10.95 15.94 20.59 -
YUV 92.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 20 124 121 0.84 0 0.02 0.51 178.27 0.72 0.28
Hex 14 7C 79 54 0 2 33 B2 48 1C
Octal 24 174 171 124 0 2 63 262 110 34
Binary 10100 1111100 1111001 1010100 0 10 110011 10110010 1001000 11100

Color Harmonies of #147C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C79

Black with #147C79

Text Example


Text Example

White with #147C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #147C79;
 }
 .AnyTagClassName
 {
   color: #147C79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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