Html Css Color HEX #127C76 Surfie Green

📋 copy color: '#127C76'

red 18 ◦ green 124 ◦ blue 118

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

Shades of Surfie Green #127C76

Tints of Surfie Green #127C76

RGB

 RED value IS 18 (7.42% from 255) = 6.92%

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

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

R = 6.92%
G = 47.69%
B = 45.38%

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

#127C76 (or 0x127C76) is known color: Surfie Green. HEX triplet: 12, 7C and 76. RGB value is (18,124,118). Sum of RGB (Red+Green+Blue) = 18+124+118=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #127C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C76 is #ED8389. Grayscale: #5B5B5B. Windows color (decimal): -15565706 or 7765010. OLE color: 7765010.

HSL color Cylindrical-coordinate representation of color #127C76: hue angle of 176.6º degrees, saturation: 0.75, 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 #127C76 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 118 -
CMYK 0.85 0 0.05 0.51
HSL 176.6º 0.75% 0.28% -
HSV(B) 176.6º 0.85% 0.49% -
XYZ 10.73 15.85 19.63 -
YUV 91.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 18 124 118 0.85 0 0.05 0.51 176.6 0.75 0.28
Hex 12 7C 76 55 0 5 33 B1 4B 1C
Octal 22 174 166 125 0 5 63 261 113 34
Binary 10010 1111100 1110110 1010101 0 101 110011 10110001 1001011 11100

Color Harmonies of #127C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C76

Black with #127C76

Text Example


Text Example

White with #127C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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