Html Css Color HEX #098574 Observatory

📋 copy color: '#098574'

red 9 ◦ green 133 ◦ blue 116

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

Shades of Observatory #098574

Tints of Observatory #098574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.55%

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

R = 3.49%
G = 51.55%
B = 44.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#098574 (or 0x098574) is known color: Observatory. HEX triplet: 09, 85 and 74. RGB value is (9,133,116). Sum of RGB (Red+Green+Blue) = 9+133+116=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #098574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098574 is #F67A8B. Grayscale: #5D5D5D. Windows color (decimal): -16153228 or 7636233. OLE color: 7636233.

HSL color Cylindrical-coordinate representation of color #098574: hue angle of 171.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098574 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 116 -
CMYK 0.93 0 0.13 0.48
HSL 171.77º 0.87% 0.28% -
HSV(B) 171.77º 0.93% 0.52% -
XYZ 11.65 18.09 19.4 -
YUV 93.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 9 133 116 0.93 0 0.13 0.48 171.77 0.87 0.28
Hex 9 85 74 5D 0 D 30 AC 57 1C
Octal 11 205 164 135 0 15 60 254 127 34
Binary 1001 10000101 1110100 1011101 0 1101 110000 10101100 1010111 11100

Color Harmonies of #098574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098574

Black with #098574

Text Example


Text Example

White with #098574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098574; }

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

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

background-color css

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

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

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

border-color css

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

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

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