Html Css Color HEX #11775F Deep Sea

📋 copy color: '#11775F'

red 17 ◦ green 119 ◦ blue 95

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

Shades of Deep Sea #11775F

Tints of Deep Sea #11775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 7.36%
G = 51.52%
B = 41.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#11775F (or 0x11775F) is known color: Deep Sea. HEX triplet: 11, 77 and 5F. RGB value is (17,119,95). Sum of RGB (Red+Green+Blue) = 17+119+95=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #11775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11775F is #EE88A0. Grayscale: #555555. Windows color (decimal): -15632545 or 6256401. OLE color: 6256401.

HSL color Cylindrical-coordinate representation of color #11775F: hue angle of 165.88º 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 #11775F is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 95 -
CMYK 0.86 0 0.20 0.53
HSL 165.88º 0.75% 0.27% -
HSV(B) 165.88º 0.86% 0.47% -
XYZ 8.89 14.14 13.09 -
YUV 85.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 17 119 95 0.86 0 0.20 0.53 165.88 0.75 0.27
Hex 11 77 5F 56 0 14 35 A6 4B 1B
Octal 21 167 137 126 0 24 65 246 113 33
Binary 10001 1110111 1011111 1010110 0 10100 110101 10100110 1001011 11011

Color Harmonies of #11775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11775F

Black with #11775F

Text Example


Text Example

White with #11775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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