Html Css Color HEX #09907D Observatory

📋 copy color: '#09907D'

red 9 ◦ green 144 ◦ blue 125

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

Shades of Observatory #09907D

Tints of Observatory #09907D

RGB

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

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

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

R = 3.24%
G = 51.8%
B = 44.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#09907D (or 0x09907D) is known color: Observatory. HEX triplet: 09, 90 and 7D. RGB value is (9,144,125). Sum of RGB (Red+Green+Blue) = 9+144+125=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #09907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09907D is #F66F82. Grayscale: #656565. Windows color (decimal): -16150403 or 8228873. OLE color: 8228873.

HSL color Cylindrical-coordinate representation of color #09907D: hue angle of 171.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09907D is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 125 -
CMYK 0.94 0 0.13 0.44
HSL 171.56º 0.88% 0.3% -
HSV(B) 171.56º 0.94% 0.56% -
XYZ 13.79 21.49 22.82 -
YUV 101.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 9 144 125 0.94 0 0.13 0.44 171.56 0.88 0.3
Hex 9 90 7D 5E 0 D 2C AC 58 1E
Octal 11 220 175 136 0 15 54 254 130 36
Binary 1001 10010000 1111101 1011110 0 1101 101100 10101100 1011000 11110

Color Harmonies of #09907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09907D

Black with #09907D

Text Example


Text Example

White with #09907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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