Html Css Color HEX #098D62 Observatory

📋 copy color: '#098D62'

red 9 ◦ green 141 ◦ blue 98

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

Shades of Observatory #098D62

Tints of Observatory #098D62

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.85%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 3.63%
G = 56.85%
B = 39.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#098D62 (or 0x098D62) is known color: Observatory. HEX triplet: 09, 8D and 62. RGB value is (9,141,98). Sum of RGB (Red+Green+Blue) = 9+141+98=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #098D62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D62 is #F6729D. Grayscale: #606060. Windows color (decimal): -16151198 or 6458633. OLE color: 6458633.

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

Color convert

RGB 9 141 98 -
CMYK 0.94 0 0.30 0.45
HSL 160.45º 0.88% 0.29% -
HSV(B) 160.45º 0.94% 0.55% -
XYZ 11.84 19.99 14.79 -
YUV 96.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 9 141 98 0.94 0 0.30 0.45 160.45 0.88 0.29
Hex 9 8D 62 5E 0 1E 2D A0 58 1D
Octal 11 215 142 136 0 36 55 240 130 35
Binary 1001 10001101 1100010 1011110 0 11110 101101 10100000 1011000 11101

Color Harmonies of #098D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098D62

Black with #098D62

Text Example


Text Example

White with #098D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,141,98); }

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

background-color css

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

 a { background-color: rgb(9,141,98); }

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

border-color css

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

 span { border-color: rgb(9,141,98); }

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