Html Css Color HEX #09856E Observatory

📋 copy color: '#09856E'

red 9 ◦ green 133 ◦ blue 110

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

Shades of Observatory #09856E

Tints of Observatory #09856E

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 value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#09856E (or 0x09856E) is known color: 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

RGB 9 133 110 -
CMYK 0.93 0 0.17 0.48
HSL 168.87º 0.87% 0.28% -
HSV(B) 168.87º 0.93% 0.52% -
XYZ 11.31 17.96 17.62 -
YUV 93.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 9 133 110 0.93 0 0.17 0.48 168.87 0.87 0.28
Hex 9 85 6E 5D 0 11 30 A9 57 1C
Octal 11 205 156 135 0 21 60 251 127 34
Binary 1001 10000101 1101110 1011101 0 10001 110000 10101001 1010111 11100

Color Harmonies of #09856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09856E

Black with #09856E

Text Example


Text Example

White with #09856E

Text Example


Text Example

HTML Codes & Css Web 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>