Html Css Color HEX #098B71 Observatory

📋 copy color: '#098B71'

red 9 ◦ green 139 ◦ blue 113

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

Shades of Observatory #098B71

Tints of Observatory #098B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

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

R = 3.45%
G = 53.26%
B = 43.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#098B71 (or 0x098B71) is known color: Observatory. HEX triplet: 09, 8B and 71. RGB value is (9,139,113). Sum of RGB (Red+Green+Blue) = 9+139+113=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #098B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B71 is #F6748E. Grayscale: #616161. Windows color (decimal): -16151695 or 7441161. OLE color: 7441161.

HSL color Cylindrical-coordinate representation of color #098B71: hue angle of 168º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B71 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 139 113 -
CMYK 0.94 0 0.19 0.45
HSL 168º 0.88% 0.29% -
HSV(B) 168º 0.94% 0.55% -
XYZ 12.33 19.72 18.78 -
YUV 97.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 9 139 113 0.94 0 0.19 0.45 168 0.88 0.29
Hex 9 8B 71 5E 0 13 2D A8 58 1D
Octal 11 213 161 136 0 23 55 250 130 35
Binary 1001 10001011 1110001 1011110 0 10011 101101 10101000 1011000 11101

Color Harmonies of #098B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098B71

Black with #098B71

Text Example


Text Example

White with #098B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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