Html Css Color HEX #09917F Observatory

📋 copy color: '#09917F'

red 9 ◦ green 145 ◦ blue 127

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

Shades of Observatory #09917F

Tints of Observatory #09917F

RGB

 RED value IS 9 (3.91% from 255) = 3.2%

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

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

R = 3.2%
G = 51.6%
B = 45.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#09917F (or 0x09917F) is known color: Observatory. HEX triplet: 09, 91 and 7F. RGB value is (9,145,127). Sum of RGB (Red+Green+Blue) = 9+145+127=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #09917F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09917F is #F66E80. Grayscale: #666666. Windows color (decimal): -16150145 or 8360201. OLE color: 8360201.

HSL color Cylindrical-coordinate representation of color #09917F: hue angle of 172.06º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09917F is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 127 -
CMYK 0.94 0 0.12 0.43
HSL 172.06º 0.88% 0.3% -
HSV(B) 172.06º 0.94% 0.57% -
XYZ 14.07 21.84 23.55 -
YUV 102.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 9 145 127 0.94 0 0.12 0.43 172.06 0.88 0.3
Hex 9 91 7F 5E 0 C 2B AC 58 1E
Octal 11 221 177 136 0 14 53 254 130 36
Binary 1001 10010001 1111111 1011110 0 1100 101011 10101100 1011000 11110

Color Harmonies of #09917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09917F

Black with #09917F

Text Example


Text Example

White with #09917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,145,127); }

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

background-color css

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

 a { background-color: rgb(9,145,127); }

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

border-color css

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

 span { border-color: rgb(9,145,127); }

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