Html Css Color HEX #09876F Observatory

📋 copy color: '#09876F'

red 9 ◦ green 135 ◦ blue 111

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

Shades of Observatory #09876F

Tints of Observatory #09876F

RGB

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

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

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

R = 3.53%
G = 52.94%
B = 43.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#09876F (or 0x09876F) is known color: Observatory. HEX triplet: 09, 87 and 6F. RGB value is (9,135,111). Sum of RGB (Red+Green+Blue) = 9+135+111=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #09876F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09876F is #F67890. Grayscale: #5E5E5E. Windows color (decimal): -16152721 or 7309065. OLE color: 7309065.

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

Color convert

RGB 9 135 111 -
CMYK 0.93 0 0.18 0.47
HSL 168.57º 0.88% 0.28% -
HSV(B) 168.57º 0.93% 0.53% -
XYZ 11.65 18.53 18 -
YUV 94.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 9 135 111 0.93 0 0.18 0.47 168.57 0.88 0.28
Hex 9 87 6F 5D 0 12 2F A9 58 1C
Octal 11 207 157 135 0 22 57 251 130 34
Binary 1001 10000111 1101111 1011101 0 10010 101111 10101001 1011000 11100

Color Harmonies of #09876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09876F

Black with #09876F

Text Example


Text Example

White with #09876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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