Html Css Color HEX #09856B Observatory

📋 copy color: '#09856B'

red 9 ◦ green 133 ◦ blue 107

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

Shades of Observatory #09856B

Tints of Observatory #09856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 3.61%
G = 53.41%
B = 42.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#09856B (or 0x09856B) is known color: Observatory. HEX triplet: 09, 85 and 6B. RGB value is (9,133,107). Sum of RGB (Red+Green+Blue) = 9+133+107=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #09856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09856B is #F67A94. Grayscale: #5C5C5C. Windows color (decimal): -16153237 or 7046409. OLE color: 7046409.

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

Color convert

RGB 9 133 107 -
CMYK 0.93 0 0.20 0.48
HSL 167.42º 0.87% 0.28% -
HSV(B) 167.42º 0.93% 0.52% -
XYZ 11.15 17.89 16.78 -
YUV 92.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 9 133 107 0.93 0 0.20 0.48 167.42 0.87 0.28
Hex 9 85 6B 5D 0 14 30 A7 57 1C
Octal 11 205 153 135 0 24 60 247 127 34
Binary 1001 10000101 1101011 1011101 0 10100 110000 10100111 1010111 11100

Color Harmonies of #09856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09856B

Black with #09856B

Text Example


Text Example

White with #09856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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