#107D78

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

Shades of Surfie Green #107D78

Tints of Surfie Green #107D78

Color information

#107D78 (or 0x107D78) is unknown color: approx Surfie Green. HEX triplet: 10, 7D and 78. RGB value is (16,125,120). Sum of RGB (Red+Green+Blue) = 16+125+120=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #107D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D78 is #EF8287. Grayscale: #5B5B5B. Windows color (decimal): -15696520 or 7896336. OLE color: 7896336.

HSL color Cylindrical-coordinate representation of color #107D78: hue angle of 177.25º 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 #107D78 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB16125120-
CMYK0.8700.040.51
HSL177.25º77.3%27.65%-
HSV(B)177.25º87.2%49.02%-
XYZ10.9416.1320.31-
YUV91.84143.8973.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 125 (49.22% from 255) = 47.89%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=6.13%
G=47.89%
B=45.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161251200.8700.040.51177.2577.327.65
Hex107D78570433b14d1c
Octal20175170127046326111534
Binary10000111110111110001010111010011001110110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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