Html Css Color HEX #107769 Deep Sea

📋 copy color: '#107769'

red 16 ◦ green 119 ◦ blue 105

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

Shades of Deep Sea #107769

Tints of Deep Sea #107769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 6.67%
G = 49.58%
B = 43.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#107769 (or 0x107769) is known color: Deep Sea. HEX triplet: 10, 77 and 69. RGB value is (16,119,105). Sum of RGB (Red+Green+Blue) = 16+119+105=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #107769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107769 is #EF8896. Grayscale: #565656. Windows color (decimal): -15698071 or 6911760. OLE color: 6911760.

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

Color convert

RGB 16 119 105 -
CMYK 0.87 0 0.12 0.53
HSL 171.84º 0.76% 0.26% -
HSV(B) 171.84º 0.87% 0.47% -
XYZ 9.36 14.32 15.64 -
YUV 86.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 16 119 105 0.87 0 0.12 0.53 171.84 0.76 0.26
Hex 10 77 69 57 0 C 35 AC 4C 1A
Octal 20 167 151 127 0 14 65 254 114 32
Binary 10000 1110111 1101001 1010111 0 1100 110101 10101100 1001100 11010

Color Harmonies of #107769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107769

Black with #107769

Text Example


Text Example

White with #107769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107769; }

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

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

background-color css

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

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

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

border-color css

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

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

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