Html Css Color HEX #098470 Observatory

📋 copy color: '#098470'

red 9 ◦ green 132 ◦ blue 112

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

Shades of Observatory #098470

Tints of Observatory #098470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

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

R = 3.56%
G = 52.17%
B = 44.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#098470 (or 0x098470) is known color: Observatory. HEX triplet: 09, 84 and 70. RGB value is (9,132,112). Sum of RGB (Red+Green+Blue) = 9+132+112=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #098470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098470 is #F67B8F. Grayscale: #5C5C5C. Windows color (decimal): -16153488 or 7373833. OLE color: 7373833.

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

Color convert

RGB 9 132 112 -
CMYK 0.93 0 0.15 0.48
HSL 170.24º 0.87% 0.28% -
HSV(B) 170.24º 0.93% 0.52% -
XYZ 11.29 17.73 18.16 -
YUV 92.94 138.75 68.13 -
System Red Green Blue C M Y K H S L
Decimal 9 132 112 0.93 0 0.15 0.48 170.24 0.87 0.28
Hex 9 84 70 5D 0 F 30 AA 57 1C
Octal 11 204 160 135 0 17 60 252 127 34
Binary 1001 10000100 1110000 1011101 0 1111 110000 10101010 1010111 11100

Color Harmonies of #098470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098470

Black with #098470

Text Example


Text Example

White with #098470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098470; }

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

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

background-color css

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

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

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

border-color css

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

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

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