Html Css Color HEX #09946F Observatory

📋 copy color: '#09946F'

red 9 ◦ green 148 ◦ blue 111

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

Shades of Observatory #09946F

Tints of Observatory #09946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 3.36%
G = 55.22%
B = 41.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#09946F (or 0x09946F) is known color: Observatory. HEX triplet: 09, 94 and 6F. RGB value is (9,148,111). Sum of RGB (Red+Green+Blue) = 9+148+111=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #09946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09946F is #F66B90. Grayscale: #666666. Windows color (decimal): -16149393 or 7312393. OLE color: 7312393.

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

Color convert

RGB 9 148 111 -
CMYK 0.94 0 0.25 0.42
HSL 164.03º 0.89% 0.31% -
HSV(B) 164.03º 0.94% 0.58% -
XYZ 13.57 22.39 18.64 -
YUV 102.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 9 148 111 0.94 0 0.25 0.42 164.03 0.89 0.31
Hex 9 94 6F 5E 0 19 2A A4 59 1F
Octal 11 224 157 136 0 31 52 244 131 37
Binary 1001 10010100 1101111 1011110 0 11001 101010 10100100 1011001 11111

Color Harmonies of #09946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09946F

Black with #09946F

Text Example


Text Example

White with #09946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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