Html Css Color HEX #107661 Deep Sea

📋 copy color: '#107661'

red 16 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #107661

Tints of Deep Sea #107661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 6.93%
G = 51.08%
B = 41.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#107661 (or 0x107661) is known color: Deep Sea. HEX triplet: 10, 76 and 61. RGB value is (16,118,97). Sum of RGB (Red+Green+Blue) = 16+118+97=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #107661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107661 is #EF899E. Grayscale: #555555. Windows color (decimal): -15698335 or 6387216. OLE color: 6387216.

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

Color convert

RGB 16 118 97 -
CMYK 0.86 0 0.18 0.54
HSL 167.65º 0.76% 0.26% -
HSV(B) 167.65º 0.86% 0.46% -
XYZ 8.85 13.93 13.53 -
YUV 85.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 16 118 97 0.86 0 0.18 0.54 167.65 0.76 0.26
Hex 10 76 61 56 0 12 36 A8 4C 1A
Octal 20 166 141 126 0 22 66 250 114 32
Binary 10000 1110110 1100001 1010110 0 10010 110110 10101000 1001100 11010

Color Harmonies of #107661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107661

Black with #107661

Text Example


Text Example

White with #107661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107661; }

 p { color: rgb(16,118,97); }

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

background-color css

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

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

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

border-color css

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

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

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