#107D76

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

Shades of Surfie Green #107D76

Tints of Surfie Green #107D76

Color information

#107D76 (or 0x107D76) is unknown color: approx Surfie Green. HEX triplet: 10, 7D and 76. RGB value is (16,125,118). Sum of RGB (Red+Green+Blue) = 16+125+118=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #107D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D76 is #EF8289. Grayscale: #5B5B5B. Windows color (decimal): -15696522 or 7765264. OLE color: 7765264.

HSL color Cylindrical-coordinate representation of color #107D76: hue angle of 176.15º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D76 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB16125118-
CMYK0.8700.060.51
HSL176.15º77.3%27.65%-
HSV(B)176.15º87.2%49.02%-
XYZ10.8216.0919.67-
YUV91.61142.8974.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 125 (49.22% from 255) = 48.26%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=6.18%
G=48.26%
B=45.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161251180.8700.060.51176.1577.327.65
Hex107D76570633b04d1c
Octal20175166127066326011534
Binary10000111110111101101010111011011001110110000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107D76; }

 p { color: rgb(16,125,118); }

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

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

 a { background-color: rgb(16,125,118); }

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

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

 span { border-color: rgb(16,125,118); }

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