Html Css Color HEX #09846C Observatory

📋 copy color: '#09846C'

red 9 ◦ green 132 ◦ blue 108

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

Shades of Observatory #09846C

Tints of Observatory #09846C

RGB

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

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

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

R = 3.61%
G = 53.01%
B = 43.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#09846C (or 0x09846C) is known color: Observatory. HEX triplet: 09, 84 and 6C. RGB value is (9,132,108). Sum of RGB (Red+Green+Blue) = 9+132+108=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #09846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09846C is #F67B93. Grayscale: #5C5C5C. Windows color (decimal): -16153492 or 7111689. OLE color: 7111689.

HSL color Cylindrical-coordinate representation of color #09846C: hue angle of 168.29º 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 #09846C is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 108 -
CMYK 0.93 0 0.18 0.48
HSL 168.29º 0.87% 0.28% -
HSV(B) 168.29º 0.93% 0.52% -
XYZ 11.07 17.64 17.01 -
YUV 92.49 136.75 68.45 -
System Red Green Blue C M Y K H S L
Decimal 9 132 108 0.93 0 0.18 0.48 168.29 0.87 0.28
Hex 9 84 6C 5D 0 12 30 A8 57 1C
Octal 11 204 154 135 0 22 60 250 127 34
Binary 1001 10000100 1101100 1011101 0 10010 110000 10101000 1010111 11100

Color Harmonies of #09846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09846C

Black with #09846C

Text Example


Text Example

White with #09846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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