Html Css Color HEX #147779 Surfie Green

📋 copy color: '#147779'

red 20 ◦ green 119 ◦ blue 121

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

Shades of Surfie Green #147779

Tints of Surfie Green #147779

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 20 119 121 -
CMYK 0.83 0.02 0 0.53
HSL 181.19º 0.72% 0.28% -
HSV(B) 181.19º 0.83% 0.47% -
XYZ 10.34 14.72 20.39 -
YUV 89.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 20 119 121 0.83 0.02 0 0.53 181.19 0.72 0.28
Hex 14 77 79 53 2 0 35 B5 48 1C
Octal 24 167 171 123 2 0 65 265 110 34
Binary 10100 1110111 1111001 1010011 10 0 110101 10110101 1001000 11100

Color Harmonies of #147779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147779

Black with #147779

Text Example


Text Example

White with #147779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147779; }

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

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

background-color css

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

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

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

border-color css

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

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

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