#107675

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

Shades of Surfie Green #107675

Tints of Surfie Green #107675

Color information

#107675 (or 0x107675) is unknown color: approx Surfie Green. HEX triplet: 10, 76 and 75. RGB value is (16,118,117). Sum of RGB (Red+Green+Blue) = 16+118+117=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #107675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107675 is #EF898A. Grayscale: #575757. Windows color (decimal): -15698315 or 7697936. OLE color: 7697936.

HSL color Cylindrical-coordinate representation of color #107675: hue angle of 179.41º 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 #107675 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB16118117-
CMYK0.8600.010.54
HSL179.41º76.12%26.27%-
HSV(B)179.41º86.44%46.27%-
XYZ9.914.3519.08-
YUV87.39144.7177.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=6.37%
G=47.01%
B=46.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161181170.8600.010.54179.4176.1226.27
Hex107675560136b34c1a
Octal20166165126016626311432
Binary100001110110111010110101100111011010110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107675; }

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

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

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

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

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

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

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

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