Html Css Color HEX #09866F Observatory

📋 copy color: '#09866F'

red 9 ◦ green 134 ◦ blue 111

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

Shades of Observatory #09866F

Tints of Observatory #09866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.76%

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

R = 3.54%
G = 52.76%
B = 43.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#09866F (or 0x09866F) is known color: Observatory. HEX triplet: 09, 86 and 6F. RGB value is (9,134,111). Sum of RGB (Red+Green+Blue) = 9+134+111=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #09866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09866F is #F67990. Grayscale: #5D5D5D. Windows color (decimal): -16152977 or 7308809. OLE color: 7308809.

HSL color Cylindrical-coordinate representation of color #09866F: hue angle of 168.96º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09866F is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 111 -
CMYK 0.93 0 0.17 0.47
HSL 168.96º 0.87% 0.28% -
HSV(B) 168.96º 0.93% 0.53% -
XYZ 11.51 18.26 17.96 -
YUV 94 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 9 134 111 0.93 0 0.17 0.47 168.96 0.87 0.28
Hex 9 86 6F 5D 0 11 2F A9 57 1C
Octal 11 206 157 135 0 21 57 251 127 34
Binary 1001 10000110 1101111 1011101 0 10001 101111 10101001 1010111 11100

Color Harmonies of #09866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09866F

Black with #09866F

Text Example


Text Example

White with #09866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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