Html Css Color HEX #09946E Observatory

📋 copy color: '#09946E'

red 9 ◦ green 148 ◦ blue 110

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

Shades of Observatory #09946E

Tints of Observatory #09946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 3.37%
G = 55.43%
B = 41.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#09946E (or 0x09946E) is known color: Observatory. HEX triplet: 09, 94 and 6E. RGB value is (9,148,110). Sum of RGB (Red+Green+Blue) = 9+148+110=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #09946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09946E is #F66B91. Grayscale: #666666. Windows color (decimal): -16149394 or 7246857. OLE color: 7246857.

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

Color convert

RGB 9 148 110 -
CMYK 0.94 0 0.26 0.42
HSL 163.6º 0.89% 0.31% -
HSV(B) 163.6º 0.94% 0.58% -
XYZ 13.52 22.36 18.36 -
YUV 102.11 132.45 61.59 -
System Red Green Blue C M Y K H S L
Decimal 9 148 110 0.94 0 0.26 0.42 163.6 0.89 0.31
Hex 9 94 6E 5E 0 1A 2A A4 59 1F
Octal 11 224 156 136 0 32 52 244 131 37
Binary 1001 10010100 1101110 1011110 0 11010 101010 10100100 1011001 11111

Color Harmonies of #09946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09946E

Black with #09946E

Text Example


Text Example

White with #09946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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