Html Css Color HEX #11775B Deep Sea

📋 copy color: '#11775B'

red 17 ◦ green 119 ◦ blue 91

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

Shades of Deep Sea #11775B

Tints of Deep Sea #11775B

RGB

 RED value IS 17 (7.03% from 255) = 7.49%

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

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 7.49%
G = 52.42%
B = 40.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#11775B (or 0x11775B) is known color: Deep Sea. HEX triplet: 11, 77 and 5B. RGB value is (17,119,91). Sum of RGB (Red+Green+Blue) = 17+119+91=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #11775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11775B is #EE88A4. Grayscale: #555555. Windows color (decimal): -15632549 or 5994257. OLE color: 5994257.

HSL color Cylindrical-coordinate representation of color #11775B: hue angle of 163.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11775B is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 91 -
CMYK 0.86 0 0.24 0.53
HSL 163.53º 0.75% 0.27% -
HSV(B) 163.53º 0.86% 0.47% -
XYZ 8.72 14.07 12.15 -
YUV 85.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 17 119 91 0.86 0 0.24 0.53 163.53 0.75 0.27
Hex 11 77 5B 56 0 18 35 A4 4B 1B
Octal 21 167 133 126 0 30 65 244 113 33
Binary 10001 1110111 1011011 1010110 0 11000 110101 10100100 1001011 11011

Color Harmonies of #11775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11775B

Black with #11775B

Text Example


Text Example

White with #11775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11775B; }

 p { color: rgb(17,119,91); }

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

background-color css

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

 a { background-color: rgb(17,119,91); }

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

border-color css

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

 span { border-color: rgb(17,119,91); }

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