Html Css Color HEX #098974 Observatory

📋 copy color: '#098974'

red 9 ◦ green 137 ◦ blue 116

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

Shades of Observatory #098974

Tints of Observatory #098974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.29%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 3.44%
G = 52.29%
B = 44.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#098974 (or 0x098974) is known color: Observatory. HEX triplet: 09, 89 and 74. RGB value is (9,137,116). Sum of RGB (Red+Green+Blue) = 9+137+116=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #098974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098974 is #F6768B. Grayscale: #606060. Windows color (decimal): -16152204 or 7637257. OLE color: 7637257.

HSL color Cylindrical-coordinate representation of color #098974: hue angle of 170.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098974 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 116 -
CMYK 0.93 0 0.15 0.46
HSL 170.16º 0.88% 0.29% -
HSV(B) 170.16º 0.93% 0.54% -
XYZ 12.21 19.21 19.59 -
YUV 96.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 9 137 116 0.93 0 0.15 0.46 170.16 0.88 0.29
Hex 9 89 74 5D 0 F 2E AA 58 1D
Octal 11 211 164 135 0 17 56 252 130 35
Binary 1001 10001001 1110100 1011101 0 1111 101110 10101010 1011000 11101

Color Harmonies of #098974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098974

Black with #098974

Text Example


Text Example

White with #098974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098974; }

 p { color: rgb(9,137,116); }

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

background-color css

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

 a { background-color: rgb(9,137,116); }

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

border-color css

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

 span { border-color: rgb(9,137,116); }

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