Html Css Color HEX #147F76 Surfie Green

📋 copy color: '#147F76'

red 20 ◦ green 127 ◦ blue 118

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

Shades of Surfie Green #147F76

Tints of Surfie Green #147F76

RGB

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

 GREEN value IS 127 (50% from 255) = 47.92%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 7.55%
G = 47.92%
B = 44.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#147F76 (or 0x147F76) is known color: Surfie Green. HEX triplet: 14, 7F and 76. RGB value is (20,127,118). Sum of RGB (Red+Green+Blue) = 20+127+118=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #147F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F76 is #EB8089. Grayscale: #5D5D5D. Windows color (decimal): -15433866 or 7765780. OLE color: 7765780.

HSL color Cylindrical-coordinate representation of color #147F76: hue angle of 174.95º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F76 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 118 -
CMYK 0.84 0 0.07 0.50
HSL 174.95º 0.73% 0.29% -
HSV(B) 174.95º 0.84% 0.5% -
XYZ 11.15 16.64 19.76 -
YUV 93.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 20 127 118 0.84 0 0.07 0.50 174.95 0.73 0.29
Hex 14 7F 76 54 0 7 32 AF 49 1D
Octal 24 177 166 124 0 7 62 257 111 35
Binary 10100 1111111 1110110 1010100 0 111 110010 10101111 1001001 11101

Color Harmonies of #147F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F76

Black with #147F76

Text Example


Text Example

White with #147F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,118); }

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

background-color css

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

 a { background-color: rgb(20,127,118); }

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

border-color css

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

 span { border-color: rgb(20,127,118); }

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