#127775

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

Shades of Surfie Green #127775

Tints of Surfie Green #127775

Color information

#127775 (or 0x127775) is unknown color: approx Surfie Green. HEX triplet: 12, 77 and 75. RGB value is (18,119,117). Sum of RGB (Red+Green+Blue) = 18+119+117=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #127775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127775 is #ED888A. Grayscale: #585858. Windows color (decimal): -15566987 or 7698194. OLE color: 7698194.

HSL color Cylindrical-coordinate representation of color #127775: hue angle of 178.81º 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 #127775 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB18119117-
CMYK0.8500.020.53
HSL178.81º73.72%26.86%-
HSV(B)178.81º84.87%46.67%-
XYZ10.0614.6119.12-
YUV88.57144.0477.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=7.09%
G=46.85%
B=46.06%

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
Decimal181191170.8500.020.53178.8173.7226.86
Hex127775550235b34a1b
Octal22167165125026526311233
Binary1001011101111110101101010101011010110110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127775; }

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

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

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

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

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

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

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

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