Html Css Color HEX #147A76 Surfie Green

📋 copy color: '#147A76'

red 20 ◦ green 122 ◦ blue 118

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

Shades of Surfie Green #147A76

Tints of Surfie Green #147A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.92%

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

R = 7.69%
G = 46.92%
B = 45.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#147A76 (or 0x147A76) is known color: Surfie Green. HEX triplet: 14, 7A and 76. RGB value is (20,122,118). Sum of RGB (Red+Green+Blue) = 20+122+118=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #147A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A76 is #EB8589. Grayscale: #5A5A5A. Windows color (decimal): -15435146 or 7764500. OLE color: 7764500.

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

Color convert

RGB 20 122 118 -
CMYK 0.84 0 0.03 0.52
HSL 177.65º 0.72% 0.28% -
HSV(B) 177.65º 0.84% 0.48% -
XYZ 10.52 15.38 19.55 -
YUV 91.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 20 122 118 0.84 0 0.03 0.52 177.65 0.72 0.28
Hex 14 7A 76 54 0 3 34 B2 48 1C
Octal 24 172 166 124 0 3 64 262 110 34
Binary 10100 1111010 1110110 1010100 0 11 110100 10110010 1001000 11100

Color Harmonies of #147A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A76

Black with #147A76

Text Example


Text Example

White with #147A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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