Html Css Color HEX #09926E Observatory

📋 copy color: '#09926E'

red 9 ◦ green 146 ◦ blue 110

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

Shades of Observatory #09926E

Tints of Observatory #09926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

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

R = 3.4%
G = 55.09%
B = 41.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#09926E (or 0x09926E) is known color: Observatory. HEX triplet: 09, 92 and 6E. RGB value is (9,146,110). Sum of RGB (Red+Green+Blue) = 9+146+110=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #09926E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09926E is #F66D91. Grayscale: #646464. Windows color (decimal): -16149906 or 7246345. OLE color: 7246345.

HSL color Cylindrical-coordinate representation of color #09926E: hue angle of 164.23º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09926E is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 110 -
CMYK 0.94 0 0.25 0.43
HSL 164.23º 0.88% 0.3% -
HSV(B) 164.23º 0.94% 0.57% -
XYZ 13.21 21.74 18.25 -
YUV 100.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 9 146 110 0.94 0 0.25 0.43 164.23 0.88 0.3
Hex 9 92 6E 5E 0 19 2B A4 58 1E
Octal 11 222 156 136 0 31 53 244 130 36
Binary 1001 10010010 1101110 1011110 0 11001 101011 10100100 1011000 11110

Color Harmonies of #09926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09926E

Black with #09926E

Text Example


Text Example

White with #09926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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