Html Css Color HEX #147977 Surfie Green

📋 copy color: '#147977'

red 20 ◦ green 121 ◦ blue 119

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

Shades of Surfie Green #147977

Tints of Surfie Green #147977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.54%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 7.69%
G = 46.54%
B = 45.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#147977 (or 0x147977) is known color: Surfie Green. HEX triplet: 14, 79 and 77. RGB value is (20,121,119). Sum of RGB (Red+Green+Blue) = 20+121+119=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #147977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147977 is #EB8688. Grayscale: #5A5A5A. Windows color (decimal): -15435401 or 7829780. OLE color: 7829780.

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

Color convert

RGB 20 121 119 -
CMYK 0.83 0 0.02 0.53
HSL 178.81º 0.72% 0.28% -
HSV(B) 178.81º 0.83% 0.47% -
XYZ 10.46 15.16 19.83 -
YUV 90.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 20 121 119 0.83 0 0.02 0.53 178.81 0.72 0.28
Hex 14 79 77 53 0 2 35 B3 48 1C
Octal 24 171 167 123 0 2 65 263 110 34
Binary 10100 1111001 1110111 1010011 0 10 110101 10110011 1001000 11100

Color Harmonies of #147977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147977

Black with #147977

Text Example


Text Example

White with #147977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147977; }

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

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

background-color css

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

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

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

border-color css

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

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

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