#107076

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

Shades of Surfie Green #107076

Tints of Surfie Green #107076

Color information

#107076 (or 0x107076) is unknown color: approx Surfie Green. HEX triplet: 10, 70 and 76. RGB value is (16,112,118). Sum of RGB (Red+Green+Blue) = 16+112+118=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #107076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107076 is #EF8F89. Grayscale: #535353. Windows color (decimal): -15699850 or 7761936. OLE color: 7761936.

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

Color convert

RGB16112118-
CMYK0.860.0500.54
HSL183.53º76.12%26.27%-
HSV(B)183.53º86.44%46.27%-
XYZ9.2813.0119.16-
YUV83.98147.279.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=6.50%
G=45.53%
B=47.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161121180.860.0500.54183.5376.1226.27
Hex107076565036b84c1a
Octal20160166126506627011432
Binary10000111000011101101010110101011011010111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107076; }

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

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

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

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

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

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

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

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