Html Css Color HEX #099271 Observatory

📋 copy color: '#099271'

red 9 ◦ green 146 ◦ blue 113

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

Shades of Observatory #099271

Tints of Observatory #099271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 3.36%
G = 54.48%
B = 42.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#099271 (or 0x099271) is known color: Observatory. HEX triplet: 09, 92 and 71. RGB value is (9,146,113). Sum of RGB (Red+Green+Blue) = 9+146+113=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #099271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099271 is #F66D8E. Grayscale: #656565. Windows color (decimal): -16149903 or 7442953. OLE color: 7442953.

HSL color Cylindrical-coordinate representation of color #099271: hue angle of 165.55º 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 #099271 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 113 -
CMYK 0.94 0 0.23 0.43
HSL 165.55º 0.88% 0.3% -
HSV(B) 165.55º 0.94% 0.57% -
XYZ 13.37 21.81 19.13 -
YUV 101.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 9 146 113 0.94 0 0.23 0.43 165.55 0.88 0.3
Hex 9 92 71 5E 0 17 2B A6 58 1E
Octal 11 222 161 136 0 27 53 246 130 36
Binary 1001 10010010 1110001 1011110 0 10111 101011 10100110 1011000 11110

Color Harmonies of #099271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099271

Black with #099271

Text Example


Text Example

White with #099271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099271; }

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

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

background-color css

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

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

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

border-color css

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

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

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