Html Css Color HEX #107760 Deep Sea

📋 copy color: '#107760'

red 16 ◦ green 119 ◦ blue 96

#107760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #107760

Tints of Deep Sea #107760

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 value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#107760 (or 0x107760) is known color: 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

RGB 16 119 96 -
CMYK 0.87 0 0.19 0.53
HSL 166.6º 0.76% 0.26% -
HSV(B) 166.6º 0.87% 0.47% -
XYZ 8.92 14.15 13.33 -
YUV 85.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 16 119 96 0.87 0 0.19 0.53 166.6 0.76 0.26
Hex 10 77 60 57 0 13 35 A7 4C 1A
Octal 20 167 140 127 0 23 65 247 114 32
Binary 10000 1110111 1100000 1010111 0 10011 110101 10100111 1001100 11010

Color Harmonies of #107760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107760

Black with #107760

Text Example


Text Example

White with #107760

Text Example


Text Example

HTML Codes & Css Web 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>