Html Css Color HEX #098570 Observatory

📋 copy color: '#098570'

red 9 ◦ green 133 ◦ blue 112

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

Shades of Observatory #098570

Tints of Observatory #098570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 3.54%
G = 52.36%
B = 44.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#098570 (or 0x098570) is known color: Observatory. HEX triplet: 09, 85 and 70. RGB value is (9,133,112). Sum of RGB (Red+Green+Blue) = 9+133+112=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #098570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098570 is #F67A8F. Grayscale: #5D5D5D. Windows color (decimal): -16153232 or 7374089. OLE color: 7374089.

HSL color Cylindrical-coordinate representation of color #098570: hue angle of 169.84º 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 #098570 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 133 112 -
CMYK 0.93 0 0.16 0.48
HSL 169.84º 0.87% 0.28% -
HSV(B) 169.84º 0.93% 0.52% -
XYZ 11.42 18 18.2 -
YUV 93.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 9 133 112 0.93 0 0.16 0.48 169.84 0.87 0.28
Hex 9 85 70 5D 0 10 30 AA 57 1C
Octal 11 205 160 135 0 20 60 252 127 34
Binary 1001 10000101 1110000 1011101 0 10000 110000 10101010 1010111 11100

Color Harmonies of #098570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098570

Black with #098570

Text Example


Text Example

White with #098570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098570; }

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

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

background-color css

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

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

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

border-color css

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

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

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