#127675

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

Shades of Surfie Green #127675

Tints of Surfie Green #127675

Color information

#127675 (or 0x127675) is unknown color: approx Surfie Green. HEX triplet: 12, 76 and 75. RGB value is (18,118,117). Sum of RGB (Red+Green+Blue) = 18+118+117=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #127675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127675 is #ED898A. Grayscale: #575757. Windows color (decimal): -15567243 or 7697938. OLE color: 7697938.

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

Color convert

RGB18118117-
CMYK0.8500.010.54
HSL179.4º73.53%26.67%-
HSV(B)179.4º84.75%46.27%-
XYZ9.9414.3719.08-
YUV87.99144.3778.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=7.11%
G=46.64%
B=46.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181170.8500.010.54179.473.5326.67
Hex127675550136b34a1b
Octal22166165125016626311233
Binary100101110110111010110101010111011010110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127675; }

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

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

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

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

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

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

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

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