Html Css Color HEX #09856D Observatory

📋 copy color: '#09856D'

red 9 ◦ green 133 ◦ blue 109

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

Shades of Observatory #09856D

Tints of Observatory #09856D

RGB

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

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

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

R = 3.59%
G = 52.99%
B = 43.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#09856D (or 0x09856D) is known color: Observatory. HEX triplet: 09, 85 and 6D. RGB value is (9,133,109). Sum of RGB (Red+Green+Blue) = 9+133+109=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #09856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09856D is #F67A92. Grayscale: #5D5D5D. Windows color (decimal): -16153235 or 7177481. OLE color: 7177481.

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

Color convert

RGB 9 133 109 -
CMYK 0.93 0 0.18 0.48
HSL 168.39º 0.87% 0.28% -
HSV(B) 168.39º 0.93% 0.52% -
XYZ 11.26 17.94 17.34 -
YUV 93.19 136.92 67.95 -
System Red Green Blue C M Y K H S L
Decimal 9 133 109 0.93 0 0.18 0.48 168.39 0.87 0.28
Hex 9 85 6D 5D 0 12 30 A8 57 1C
Octal 11 205 155 135 0 22 60 250 127 34
Binary 1001 10000101 1101101 1011101 0 10010 110000 10101000 1010111 11100

Color Harmonies of #09856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09856D

Black with #09856D

Text Example


Text Example

White with #09856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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