Html Css Color HEX #09917D Observatory

📋 copy color: '#09917D'

red 9 ◦ green 145 ◦ blue 125

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

Shades of Observatory #09917D

Tints of Observatory #09917D

RGB

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

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

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

R = 3.23%
G = 51.97%
B = 44.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#09917D (or 0x09917D) is known color: Observatory. HEX triplet: 09, 91 and 7D. RGB value is (9,145,125). Sum of RGB (Red+Green+Blue) = 9+145+125=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #09917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09917D is #F66E82. Grayscale: #666666. Windows color (decimal): -16150147 or 8229129. OLE color: 8229129.

HSL color Cylindrical-coordinate representation of color #09917D: hue angle of 171.18º 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 #09917D is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 125 -
CMYK 0.94 0 0.14 0.43
HSL 171.18º 0.88% 0.3% -
HSV(B) 171.18º 0.94% 0.57% -
XYZ 13.94 21.79 22.87 -
YUV 102.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 9 145 125 0.94 0 0.14 0.43 171.18 0.88 0.3
Hex 9 91 7D 5E 0 E 2B AB 58 1E
Octal 11 221 175 136 0 16 53 253 130 36
Binary 1001 10010001 1111101 1011110 0 1110 101011 10101011 1011000 11110

Color Harmonies of #09917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09917D

Black with #09917D

Text Example


Text Example

White with #09917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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