Html Css Color HEX #09876D Observatory

📋 copy color: '#09876D'

red 9 ◦ green 135 ◦ blue 109

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

Shades of Observatory #09876D

Tints of Observatory #09876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 3.56%
G = 53.36%
B = 43.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#09876D (or 0x09876D) is known color: Observatory. HEX triplet: 09, 87 and 6D. RGB value is (9,135,109). Sum of RGB (Red+Green+Blue) = 9+135+109=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #09876D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09876D is #F67892. Grayscale: #5E5E5E. Windows color (decimal): -16152723 or 7177993. OLE color: 7177993.

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

Color convert

RGB 9 135 109 -
CMYK 0.93 0 0.19 0.47
HSL 167.62º 0.88% 0.28% -
HSV(B) 167.62º 0.93% 0.53% -
XYZ 11.54 18.49 17.43 -
YUV 94.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 9 135 109 0.93 0 0.19 0.47 167.62 0.88 0.28
Hex 9 87 6D 5D 0 13 2F A8 58 1C
Octal 11 207 155 135 0 23 57 250 130 34
Binary 1001 10000111 1101101 1011101 0 10011 101111 10101000 1011000 11100

Color Harmonies of #09876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09876D

Black with #09876D

Text Example


Text Example

White with #09876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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