Html Css Color HEX #137C76 Surfie Green

📋 copy color: '#137C76'

red 19 ◦ green 124 ◦ blue 118

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

Shades of Surfie Green #137C76

Tints of Surfie Green #137C76

RGB

 RED value IS 19 (7.81% from 255) = 7.28%

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

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

R = 7.28%
G = 47.51%
B = 45.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#137C76 (or 0x137C76) is known color: Surfie Green. HEX triplet: 13, 7C and 76. RGB value is (19,124,118). Sum of RGB (Red+Green+Blue) = 19+124+118=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #137C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C76 is #EC8389. Grayscale: #5B5B5B. Windows color (decimal): -15500170 or 7765011. OLE color: 7765011.

HSL color Cylindrical-coordinate representation of color #137C76: hue angle of 176.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C76 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 118 -
CMYK 0.85 0 0.05 0.51
HSL 176.57º 0.73% 0.28% -
HSV(B) 176.57º 0.85% 0.49% -
XYZ 10.75 15.86 19.63 -
YUV 91.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 19 124 118 0.85 0 0.05 0.51 176.57 0.73 0.28
Hex 13 7C 76 55 0 5 33 B1 49 1C
Octal 23 174 166 125 0 5 63 261 111 34
Binary 10011 1111100 1110110 1010101 0 101 110011 10110001 1001001 11100

Color Harmonies of #137C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C76

Black with #137C76

Text Example


Text Example

White with #137C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C76; }

 p { color: rgb(19,124,118); }

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

background-color css

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

 a { background-color: rgb(19,124,118); }

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

border-color css

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

 span { border-color: rgb(19,124,118); }

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