Html Css Color HEX #107765 Deep Sea

📋 copy color: '#107765'

red 16 ◦ green 119 ◦ blue 101

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

Shades of Deep Sea #107765

Tints of Deep Sea #107765

RGB

 RED value IS 16 (6.64% from 255) = 6.78%

 GREEN value IS 119 (46.88% from 255) = 50.42%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 6.78%
G = 50.42%
B = 42.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#107765 (or 0x107765) is known color: Deep Sea. HEX triplet: 10, 77 and 65. RGB value is (16,119,101). Sum of RGB (Red+Green+Blue) = 16+119+101=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #107765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107765 is #EF889A. Grayscale: #565656. Windows color (decimal): -15698075 or 6649616. OLE color: 6649616.

HSL color Cylindrical-coordinate representation of color #107765: hue angle of 169.51º 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 #107765 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 119 101 -
CMYK 0.87 0 0.15 0.53
HSL 169.51º 0.76% 0.26% -
HSV(B) 169.51º 0.87% 0.47% -
XYZ 9.16 14.24 14.58 -
YUV 86.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 16 119 101 0.87 0 0.15 0.53 169.51 0.76 0.26
Hex 10 77 65 57 0 F 35 AA 4C 1A
Octal 20 167 145 127 0 17 65 252 114 32
Binary 10000 1110111 1100101 1010111 0 1111 110101 10101010 1001100 11010

Color Harmonies of #107765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107765

Black with #107765

Text Example


Text Example

White with #107765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107765; }

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

 H1.HeaderClassName
 {
   color: #107765;
 }
 .AnyTagClassName
 {
   color: #107765;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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