Html Css Color HEX #09946C Observatory

📋 copy color: '#09946C'

red 9 ◦ green 148 ◦ blue 108

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

Shades of Observatory #09946C

Tints of Observatory #09946C

RGB

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

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

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

R = 3.4%
G = 55.85%
B = 40.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#09946C (or 0x09946C) is known color: Observatory. HEX triplet: 09, 94 and 6C. RGB value is (9,148,108). Sum of RGB (Red+Green+Blue) = 9+148+108=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #09946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09946C is #F66B93. Grayscale: #656565. Windows color (decimal): -16149396 or 7115785. OLE color: 7115785.

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

Color convert

RGB 9 148 108 -
CMYK 0.94 0 0.27 0.42
HSL 162.73º 0.89% 0.31% -
HSV(B) 162.73º 0.94% 0.58% -
XYZ 13.41 22.32 17.79 -
YUV 101.88 131.45 61.75 -
System Red Green Blue C M Y K H S L
Decimal 9 148 108 0.94 0 0.27 0.42 162.73 0.89 0.31
Hex 9 94 6C 5E 0 1B 2A A3 59 1F
Octal 11 224 154 136 0 33 52 243 131 37
Binary 1001 10010100 1101100 1011110 0 11011 101010 10100011 1011001 11111

Color Harmonies of #09946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09946C

Black with #09946C

Text Example


Text Example

White with #09946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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