Html Css Color HEX #11917D Observatory

📋 copy color: '#11917D'

red 17 ◦ green 145 ◦ blue 125

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

Shades of Observatory #11917D

Tints of Observatory #11917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 5.92%
G = 50.52%
B = 43.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#11917D (or 0x11917D) is known color: Observatory. HEX triplet: 11, 91 and 7D. RGB value is (17,145,125). Sum of RGB (Red+Green+Blue) = 17+145+125=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #11917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11917D is #EE6E82. Grayscale: #686868. Windows color (decimal): -15625859 or 8229137. OLE color: 8229137.

HSL color Cylindrical-coordinate representation of color #11917D: hue angle of 170.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11917D is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 125 -
CMYK 0.88 0 0.14 0.43
HSL 170.63º 0.79% 0.32% -
HSV(B) 170.63º 0.88% 0.57% -
XYZ 14.06 21.85 22.88 -
YUV 104.45 139.59 65.63 -
System Red Green Blue C M Y K H S L
Decimal 17 145 125 0.88 0 0.14 0.43 170.63 0.79 0.32
Hex 11 91 7D 58 0 E 2B AB 4F 20
Octal 21 221 175 130 0 16 53 253 117 40
Binary 10001 10010001 1111101 1011000 0 1110 101011 10101011 1001111 100000

Color Harmonies of #11917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11917D

Black with #11917D

Text Example


Text Example

White with #11917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11917D; }

 p { color: rgb(17,145,125); }

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

background-color css

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

 a { background-color: rgb(17,145,125); }

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

border-color css

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

 span { border-color: rgb(17,145,125); }

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