Html Css Color HEX #09846F Observatory

📋 copy color: '#09846F'

red 9 ◦ green 132 ◦ blue 111

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

Shades of Observatory #09846F

Tints of Observatory #09846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 3.57%
G = 52.38%
B = 44.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#09846F (or 0x09846F) is known color: Observatory. HEX triplet: 09, 84 and 6F. RGB value is (9,132,111). Sum of RGB (Red+Green+Blue) = 9+132+111=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #09846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09846F is #F67B90. Grayscale: #5C5C5C. Windows color (decimal): -16153489 or 7308297. OLE color: 7308297.

HSL color Cylindrical-coordinate representation of color #09846F: hue angle of 169.76º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09846F is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 111 -
CMYK 0.93 0 0.16 0.48
HSL 169.76º 0.87% 0.28% -
HSV(B) 169.76º 0.93% 0.52% -
XYZ 11.23 17.71 17.86 -
YUV 92.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 9 132 111 0.93 0 0.16 0.48 169.76 0.87 0.28
Hex 9 84 6F 5D 0 10 30 AA 57 1C
Octal 11 204 157 135 0 20 60 252 127 34
Binary 1001 10000100 1101111 1011101 0 10000 110000 10101010 1010111 11100

Color Harmonies of #09846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09846F

Black with #09846F

Text Example


Text Example

White with #09846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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