Html Css Color HEX #09856F Observatory

📋 copy color: '#09856F'

red 9 ◦ green 133 ◦ blue 111

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

Shades of Observatory #09856F

Tints of Observatory #09856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 3.56%
G = 52.57%
B = 43.87%

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

#09856F (or 0x09856F) is known color: Observatory. HEX triplet: 09, 85 and 6F. RGB value is (9,133,111). Sum of RGB (Red+Green+Blue) = 9+133+111=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #09856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09856F is #F67A90. Grayscale: #5D5D5D. Windows color (decimal): -16153233 or 7308553. OLE color: 7308553.

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

Color convert

RGB 9 133 111 -
CMYK 0.93 0 0.17 0.48
HSL 169.35º 0.87% 0.28% -
HSV(B) 169.35º 0.93% 0.52% -
XYZ 11.37 17.98 17.91 -
YUV 93.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 9 133 111 0.93 0 0.17 0.48 169.35 0.87 0.28
Hex 9 85 6F 5D 0 11 30 A9 57 1C
Octal 11 205 157 135 0 21 60 251 127 34
Binary 1001 10000101 1101111 1011101 0 10001 110000 10101001 1010111 11100

Color Harmonies of #09856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09856F

Black with #09856F

Text Example


Text Example

White with #09856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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