#107474

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

Shades of Surfie Green #107474

Tints of Surfie Green #107474

Color information

#107474 (or 0x107474) is unknown color: approx Surfie Green. HEX triplet: 10, 74 and 74. RGB value is (16,116,116). Sum of RGB (Red+Green+Blue) = 16+116+116=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #107474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107474 is #EF8B8B. Grayscale: #565656. Windows color (decimal): -15698828 or 7631888. OLE color: 7631888.

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

Color convert

RGB16116116-
CMYK0.86000.55
HSL180º75.76%25.88%-
HSV(B)180º86.21%45.49%-
XYZ9.6113.8618.69-
YUV86.1144.8778-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=6.45%
G=46.77%
B=46.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161161160.86000.5518075.7625.88
Hex107474560037b44c1a
Octal20164164126006726411432
Binary100001110100111010010101100011011110110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107474; }

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

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

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

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

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

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

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

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