Html Css Color HEX #098F71 Observatory

📋 copy color: '#098F71'

red 9 ◦ green 143 ◦ blue 113

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

Shades of Observatory #098F71

Tints of Observatory #098F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.96%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 3.4%
G = 53.96%
B = 42.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#098F71 (or 0x098F71) is known color: Observatory. HEX triplet: 09, 8F and 71. RGB value is (9,143,113). Sum of RGB (Red+Green+Blue) = 9+143+113=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #098F71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F71 is #F6708E. Grayscale: #636363. Windows color (decimal): -16150671 or 7442185. OLE color: 7442185.

HSL color Cylindrical-coordinate representation of color #098F71: hue angle of 166.57º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F71 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 143 113 -
CMYK 0.94 0 0.21 0.44
HSL 166.57º 0.88% 0.3% -
HSV(B) 166.57º 0.94% 0.56% -
XYZ 12.92 20.9 18.98 -
YUV 99.51 135.61 63.44 -
System Red Green Blue C M Y K H S L
Decimal 9 143 113 0.94 0 0.21 0.44 166.57 0.88 0.3
Hex 9 8F 71 5E 0 15 2C A7 58 1E
Octal 11 217 161 136 0 25 54 247 130 36
Binary 1001 10001111 1110001 1011110 0 10101 101100 10100111 1011000 11110

Color Harmonies of #098F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098F71

Black with #098F71

Text Example


Text Example

White with #098F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098F71; }

 p { color: rgb(9,143,113); }

 H1.HeaderClassName
 {
   color: #098F71;
 }
 .AnyTagClassName
 {
   color: #098F71;
 }
</style>

background-color css

<style>
 a { background-color: #098F71; }

 a { background-color: rgb(9,143,113); }

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

border-color css

<style>
 span { border-color: #098F71; }

 span { border-color: rgb(9,143,113); }

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