Html Css Color HEX #09876C Observatory

📋 copy color: '#09876C'

red 9 ◦ green 135 ◦ blue 108

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

Shades of Observatory #09876C

Tints of Observatory #09876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.57%

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

R = 3.57%
G = 53.57%
B = 42.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#09876C (or 0x09876C) is known color: Observatory. HEX triplet: 09, 87 and 6C. RGB value is (9,135,108). Sum of RGB (Red+Green+Blue) = 9+135+108=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #09876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09876C is #F67893. Grayscale: #5E5E5E. Windows color (decimal): -16152724 or 7112457. OLE color: 7112457.

HSL color Cylindrical-coordinate representation of color #09876C: hue angle of 167.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09876C is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 135 108 -
CMYK 0.93 0 0.2 0.47
HSL 167.14º 0.88% 0.28% -
HSV(B) 167.14º 0.93% 0.53% -
XYZ 11.48 18.47 17.15 -
YUV 94.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 9 135 108 0.93 0 0.2 0.47 167.14 0.88 0.28
Hex 9 87 6C 5D 0 14 2F A7 58 1C
Octal 11 207 154 135 0 24 57 247 130 34
Binary 1001 10000111 1101100 1011101 0 10100 101111 10100111 1011000 11100

Color Harmonies of #09876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09876C

Black with #09876C

Text Example


Text Example

White with #09876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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