Html Css Color HEX #098878 Observatory

📋 copy color: '#098878'

red 9 ◦ green 136 ◦ blue 120

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

Shades of Observatory #098878

Tints of Observatory #098878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.32%

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 3.4%
G = 51.32%
B = 45.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#098878 (or 0x098878) is known color: Observatory. HEX triplet: 09, 88 and 78. RGB value is (9,136,120). Sum of RGB (Red+Green+Blue) = 9+136+120=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #098878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098878 is #F67787. Grayscale: #606060. Windows color (decimal): -16152456 or 7899145. OLE color: 7899145.

HSL color Cylindrical-coordinate representation of color #098878: hue angle of 172.44º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098878 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 136 120 -
CMYK 0.93 0 0.12 0.47
HSL 172.44º 0.88% 0.28% -
HSV(B) 172.44º 0.93% 0.53% -
XYZ 12.31 19.02 20.79 -
YUV 96.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 9 136 120 0.93 0 0.12 0.47 172.44 0.88 0.28
Hex 9 88 78 5D 0 C 2F AC 58 1C
Octal 11 210 170 135 0 14 57 254 130 34
Binary 1001 10001000 1111000 1011101 0 1100 101111 10101100 1011000 11100

Color Harmonies of #098878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098878

Black with #098878

Text Example


Text Example

White with #098878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098878; }

 p { color: rgb(9,136,120); }

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

background-color css

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

 a { background-color: rgb(9,136,120); }

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

border-color css

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

 span { border-color: rgb(9,136,120); }

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