Html Css Color HEX #09937D Observatory

📋 copy color: '#09937D'

red 9 ◦ green 147 ◦ blue 125

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

Shades of Observatory #09937D

Tints of Observatory #09937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

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

R = 3.2%
G = 52.31%
B = 44.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#09937D (or 0x09937D) is known color: Observatory. HEX triplet: 09, 93 and 7D. RGB value is (9,147,125). Sum of RGB (Red+Green+Blue) = 9+147+125=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #09937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09937D is #F66C82. Grayscale: #676767. Windows color (decimal): -16149635 or 8229641. OLE color: 8229641.

HSL color Cylindrical-coordinate representation of color #09937D: hue angle of 170.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09937D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 147 125 -
CMYK 0.94 0 0.15 0.42
HSL 170.43º 0.88% 0.31% -
HSV(B) 170.43º 0.94% 0.58% -
XYZ 14.25 22.41 22.98 -
YUV 103.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 9 147 125 0.94 0 0.15 0.42 170.43 0.88 0.31
Hex 9 93 7D 5E 0 F 2A AA 58 1F
Octal 11 223 175 136 0 17 52 252 130 37
Binary 1001 10010011 1111101 1011110 0 1111 101010 10101010 1011000 11111

Color Harmonies of #09937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09937D

Black with #09937D

Text Example


Text Example

White with #09937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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