Html Css Color HEX #09946B Observatory

📋 copy color: '#09946B'

red 9 ◦ green 148 ◦ blue 107

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

Shades of Observatory #09946B

Tints of Observatory #09946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.06%

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 3.41%
G = 56.06%
B = 40.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#09946B (or 0x09946B) is known color: Observatory. HEX triplet: 09, 94 and 6B. RGB value is (9,148,107). Sum of RGB (Red+Green+Blue) = 9+148+107=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #09946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09946B is #F66B94. Grayscale: #656565. Windows color (decimal): -16149397 or 7050249. OLE color: 7050249.

HSL color Cylindrical-coordinate representation of color #09946B: hue angle of 162.3º degrees, saturation: 0.89, 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 #09946B is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 107 -
CMYK 0.94 0 0.28 0.42
HSL 162.3º 0.89% 0.31% -
HSV(B) 162.3º 0.94% 0.58% -
XYZ 13.36 22.3 17.51 -
YUV 101.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 9 148 107 0.94 0 0.28 0.42 162.3 0.89 0.31
Hex 9 94 6B 5E 0 1C 2A A2 59 1F
Octal 11 224 153 136 0 34 52 242 131 37
Binary 1001 10010100 1101011 1011110 0 11100 101010 10100010 1011001 11111

Color Harmonies of #09946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09946B

Black with #09946B

Text Example


Text Example

White with #09946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,148,107); }

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

background-color css

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

 a { background-color: rgb(9,148,107); }

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

border-color css

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

 span { border-color: rgb(9,148,107); }

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