Html Css Color HEX #09907B Observatory

📋 copy color: '#09907B'

red 9 ◦ green 144 ◦ blue 123

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

Shades of Observatory #09907B

Tints of Observatory #09907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 3.26%
G = 52.17%
B = 44.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#09907B (or 0x09907B) is known color: Observatory. HEX triplet: 09, 90 and 7B. RGB value is (9,144,123). Sum of RGB (Red+Green+Blue) = 9+144+123=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #09907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09907B is #F66F84. Grayscale: #656565. Windows color (decimal): -16150405 or 8097801. OLE color: 8097801.

HSL color Cylindrical-coordinate representation of color #09907B: hue angle of 170.67º 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 #09907B is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 123 -
CMYK 0.94 0 0.15 0.44
HSL 170.67º 0.88% 0.3% -
HSV(B) 170.67º 0.94% 0.56% -
XYZ 13.66 21.43 22.16 -
YUV 101.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 9 144 123 0.94 0 0.15 0.44 170.67 0.88 0.3
Hex 9 90 7B 5E 0 F 2C AB 58 1E
Octal 11 220 173 136 0 17 54 253 130 36
Binary 1001 10010000 1111011 1011110 0 1111 101100 10101011 1011000 11110

Color Harmonies of #09907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09907B

Black with #09907B

Text Example


Text Example

White with #09907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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