Html Css Color HEX #09856C Observatory

📋 copy color: '#09856C'

red 9 ◦ green 133 ◦ blue 108

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

Shades of Observatory #09856C

Tints of Observatory #09856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

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

R = 3.6%
G = 53.2%
B = 43.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#09856C (or 0x09856C) is known color: Observatory. HEX triplet: 09, 85 and 6C. RGB value is (9,133,108). Sum of RGB (Red+Green+Blue) = 9+133+108=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #09856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09856C is #F67A93. Grayscale: #5D5D5D. Windows color (decimal): -16153236 or 7111945. OLE color: 7111945.

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

Color convert

RGB 9 133 108 -
CMYK 0.93 0 0.19 0.48
HSL 167.9º 0.87% 0.28% -
HSV(B) 167.9º 0.93% 0.52% -
XYZ 11.21 17.92 17.05 -
YUV 93.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 9 133 108 0.93 0 0.19 0.48 167.9 0.87 0.28
Hex 9 85 6C 5D 0 13 30 A8 57 1C
Octal 11 205 154 135 0 23 60 250 127 34
Binary 1001 10000101 1101100 1011101 0 10011 110000 10101000 1010111 11100

Color Harmonies of #09856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09856C

Black with #09856C

Text Example


Text Example

White with #09856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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