#127977

Color #127977 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #127977

Tints of Surfie Green #127977

Color information

#127977 (or 0x127977) is unknown color: approx Surfie Green. HEX triplet: 12, 79 and 77. RGB value is (18,121,119). Sum of RGB (Red+Green+Blue) = 18+121+119=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #127977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127977 is #ED8688. Grayscale: #595959. Windows color (decimal): -15566473 or 7829778. OLE color: 7829778.

HSL color Cylindrical-coordinate representation of color #127977: hue angle of 178.83º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127977 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB18121119-
CMYK0.8500.020.53
HSL178.83º74.1%27.25%-
HSV(B)178.83º85.12%47.45%-
XYZ10.4215.1419.83-
YUV89.98144.3876.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=6.98%
G=46.90%
B=46.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181211190.8500.020.53178.8374.127.25
Hex127977550235b34a1b
Octal22171167125026526311233
Binary1001011110011110111101010101011010110110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127977; }

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

 H1.HeaderClassName
 {
   color: #127977;
 }
 .AnyTagClassName
 {
   color: #127977;
 }
</style>
background-color css

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

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

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

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

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

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