Html Css Color HEX #098E7D Observatory

📋 copy color: '#098E7D'

red 9 ◦ green 142 ◦ blue 125

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

Shades of Observatory #098E7D

Tints of Observatory #098E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.45%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 3.26%
G = 51.45%
B = 45.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#098E7D (or 0x098E7D) is known color: Observatory. HEX triplet: 09, 8E and 7D. RGB value is (9,142,125). Sum of RGB (Red+Green+Blue) = 9+142+125=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #098E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098E7D is #F67182. Grayscale: #646464. Windows color (decimal): -16150915 or 8228361. OLE color: 8228361.

HSL color Cylindrical-coordinate representation of color #098E7D: hue angle of 172.33º 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 #098E7D is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 142 125 -
CMYK 0.94 0 0.12 0.44
HSL 172.33º 0.88% 0.3% -
HSV(B) 172.33º 0.94% 0.56% -
XYZ 13.49 20.88 22.72 -
YUV 100.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 9 142 125 0.94 0 0.12 0.44 172.33 0.88 0.3
Hex 9 8E 7D 5E 0 C 2C AC 58 1E
Octal 11 216 175 136 0 14 54 254 130 36
Binary 1001 10001110 1111101 1011110 0 1100 101100 10101100 1011000 11110

Color Harmonies of #098E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098E7D

Black with #098E7D

Text Example


Text Example

White with #098E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,142,125); }

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

background-color css

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

 a { background-color: rgb(9,142,125); }

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

border-color css

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

 span { border-color: rgb(9,142,125); }

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