Html Css Color HEX #11907C Observatory

📋 copy color: '#11907C'

red 17 ◦ green 144 ◦ blue 124

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

Shades of Observatory #11907C

Tints of Observatory #11907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 5.96%
G = 50.53%
B = 43.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#11907C (or 0x11907C) is known color: Observatory. HEX triplet: 11, 90 and 7C. RGB value is (17,144,124). Sum of RGB (Red+Green+Blue) = 17+144+124=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #11907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11907C is #EE6F83. Grayscale: #676767. Windows color (decimal): -15626116 or 8163345. OLE color: 8163345.

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

Color convert

RGB 17 144 124 -
CMYK 0.88 0 0.14 0.44
HSL 170.55º 0.79% 0.32% -
HSV(B) 170.55º 0.88% 0.56% -
XYZ 13.84 21.52 22.49 -
YUV 103.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 17 144 124 0.88 0 0.14 0.44 170.55 0.79 0.32
Hex 11 90 7C 58 0 E 2C AB 4F 20
Octal 21 220 174 130 0 16 54 253 117 40
Binary 10001 10010000 1111100 1011000 0 1110 101100 10101011 1001111 100000

Color Harmonies of #11907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11907C

Black with #11907C

Text Example


Text Example

White with #11907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11907C; }

 p { color: rgb(17,144,124); }

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

background-color css

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

 a { background-color: rgb(17,144,124); }

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

border-color css

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

 span { border-color: rgb(17,144,124); }

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