#107575

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

Shades of Surfie Green #107575

Tints of Surfie Green #107575

Color information

#107575 (or 0x107575) is unknown color: approx Surfie Green. HEX triplet: 10, 75 and 75. RGB value is (16,117,117). Sum of RGB (Red+Green+Blue) = 16+117+117=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #107575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107575 is #EF8A8A. Grayscale: #565656. Windows color (decimal): -15698571 or 7697680. OLE color: 7697680.

HSL color Cylindrical-coordinate representation of color #107575: hue angle of 180º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107575 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB16117117-
CMYK0.86000.54
HSL180º75.94%26.08%-
HSV(B)180º86.32%45.88%-
XYZ9.7914.1219.04-
YUV86.8145.0477.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.4%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=6.4%
G=46.8%
B=46.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161171170.86000.5418075.9426.08
Hex107575560036b44c1a
Octal20165165126006626411432
Binary100001110101111010110101100011011010110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107575; }

 p { color: rgb(16,117,117); }

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

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

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

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

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

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

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