#107760

Color #107760 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #107760

Tints of Deep Sea #107760

Color information

#107760 (or 0x107760) is unknown color: approx Deep Sea. HEX triplet: 10, 77 and 60. RGB value is (16,119,96). Sum of RGB (Red+Green+Blue) = 16+119+96=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #107760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107760 is #EF889F. Grayscale: #555555. Windows color (decimal): -15698080 or 6321936. OLE color: 6321936.

HSL color Cylindrical-coordinate representation of color #107760: hue angle of 166.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107760 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1611996-
CMYK0.8700.190.53
HSL166.6º76.3%26.47%-
HSV(B)166.6º86.55%46.67%-
XYZ8.9214.1513.33-
YUV85.58133.8878.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=6.93%
G=51.52%
B=41.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16119960.8700.190.53166.676.326.47
Hex1077605701335a74c1a
Octal201671401270236524711432
Binary1000011101111100000101011101001111010110100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107760; }

 p { color: rgb(16,119,96); }

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

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

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

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

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

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

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