Html Css Color HEX #09906C Observatory

📋 copy color: '#09906C'

red 9 ◦ green 144 ◦ blue 108

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

Shades of Observatory #09906C

Tints of Observatory #09906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 3.45%
G = 55.17%
B = 41.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#09906C (or 0x09906C) is known color: Observatory. HEX triplet: 09, 90 and 6C. RGB value is (9,144,108). Sum of RGB (Red+Green+Blue) = 9+144+108=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #09906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09906C is #F66F93. Grayscale: #636363. Windows color (decimal): -16150420 or 7114761. OLE color: 7114761.

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

Color convert

RGB 9 144 108 -
CMYK 0.94 0 0.25 0.44
HSL 164º 0.88% 0.3% -
HSV(B) 164º 0.94% 0.56% -
XYZ 12.79 21.09 17.58 -
YUV 99.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 9 144 108 0.94 0 0.25 0.44 164 0.88 0.3
Hex 9 90 6C 5E 0 19 2C A4 58 1E
Octal 11 220 154 136 0 31 54 244 130 36
Binary 1001 10010000 1101100 1011110 0 11001 101100 10100100 1011000 11110

Color Harmonies of #09906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09906C

Black with #09906C

Text Example


Text Example

White with #09906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09906C; }

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

 H1.HeaderClassName
 {
   color: #09906C;
 }
 .AnyTagClassName
 {
   color: #09906C;
 }
</style>

background-color css

<style>
 a { background-color: #09906C; }

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

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

border-color css

<style>
 span { border-color: #09906C; }

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

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