Html Css Color HEX #089168 Observatory

📋 copy color: '#089168'

red 8 ◦ green 145 ◦ blue 104

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

Shades of Observatory #089168

Tints of Observatory #089168

RGB

 RED value IS 8 (3.52% from 255) = 3.11%

 GREEN value IS 145 (57.03% from 255) = 56.42%

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 3.11%
G = 56.42%
B = 40.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#089168 (or 0x089168) is known color: Observatory. HEX triplet: 08, 91 and 68. RGB value is (8,145,104). Sum of RGB (Red+Green+Blue) = 8+145+104=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #089168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089168 is #F76E97. Grayscale: #636363. Windows color (decimal): -16215704 or 6852872. OLE color: 6852872.

HSL color Cylindrical-coordinate representation of color #089168: hue angle of 162.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089168 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 104 -
CMYK 0.94 0 0.28 0.43
HSL 162.04º 0.9% 0.3% -
HSV(B) 162.04º 0.94% 0.57% -
XYZ 12.72 21.3 16.54 -
YUV 99.36 130.61 62.83 -
System Red Green Blue C M Y K H S L
Decimal 8 145 104 0.94 0 0.28 0.43 162.04 0.9 0.3
Hex 8 91 68 5E 0 1C 2B A2 5A 1E
Octal 10 221 150 136 0 34 53 242 132 36
Binary 1000 10010001 1101000 1011110 0 11100 101011 10100010 1011010 11110

Color Harmonies of #089168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089168

Black with #089168

Text Example


Text Example

White with #089168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089168; }

 p { color: rgb(8,145,104); }

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

background-color css

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

 a { background-color: rgb(8,145,104); }

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

border-color css

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

 span { border-color: rgb(8,145,104); }

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