Html Css Color HEX #11907F Observatory

📋 copy color: '#11907F'

red 17 ◦ green 144 ◦ blue 127

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

Shades of Observatory #11907F

Tints of Observatory #11907F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.1%

R = 5.9%
G = 50%
B = 44.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#11907F (or 0x11907F) is known color: Observatory. HEX triplet: 11, 90 and 7F. RGB value is (17,144,127). Sum of RGB (Red+Green+Blue) = 17+144+127=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #11907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11907F is #EE6F80. Grayscale: #686868. Windows color (decimal): -15626113 or 8359953. OLE color: 8359953.

HSL color Cylindrical-coordinate representation of color #11907F: hue angle of 171.97º 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 #11907F is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 144 127 -
CMYK 0.88 0 0.12 0.44
HSL 171.97º 0.79% 0.32% -
HSV(B) 171.97º 0.88% 0.56% -
XYZ 14.04 21.6 23.51 -
YUV 104.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 17 144 127 0.88 0 0.12 0.44 171.97 0.79 0.32
Hex 11 90 7F 58 0 C 2C AC 4F 20
Octal 21 220 177 130 0 14 54 254 117 40
Binary 10001 10010000 1111111 1011000 0 1100 101100 10101100 1001111 100000

Color Harmonies of #11907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11907F

Black with #11907F

Text Example


Text Example

White with #11907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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