#09856E

Color #09856E Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #09856E

Tints of Observatory #09856E

Color information

#09856E (or 0x09856E) is unknown color: approx Observatory. HEX triplet: 09, 85 and 6E. RGB value is (9,133,110). Sum of RGB (Red+Green+Blue) = 9+133+110=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #09856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09856E is #F67A91. Grayscale: #5D5D5D. Windows color (decimal): -16153234 or 7243017. OLE color: 7243017.

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

Color convert

RGB9133110-
CMYK0.9300.170.48
HSL168.87º87.32%27.84%-
HSV(B)168.87º93.23%52.16%-
XYZ11.3117.9617.62-
YUV93.3137.4267.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.57%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=3.57%
G=52.78%
B=43.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91331100.9300.170.48168.8787.3227.84
Hex9856E5D01130a9571c
Octal112051561350216025112734
Binary1001100001011101110101110101000111000010101001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09856E; }

 p { color: rgb(9,133,110); }

 H1.HeaderClassName
 {
   color: #09856E;
 }
 .AnyTagClassName
 {
   color: #09856E;
 }
</style>
background-color css

<style>
 a { background-color: #09856E; }

 a { background-color: rgb(9,133,110); }

 div.DivClassName
 {
   background-color: #09856E;
 }
 .BgClassName
 {
   background-color: #09856E;
 }
</style>
border-color css

<style>
 span { border-color: #09856E; }

 span { border-color: rgb(9,133,110); }

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