Html Css Color HEX #089165 Observatory

📋 copy color: '#089165'

red 8 ◦ green 145 ◦ blue 101

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

Shades of Observatory #089165

Tints of Observatory #089165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.76%

R = 3.15%
G = 57.09%
B = 39.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#089165 (or 0x089165) is known color: Observatory. HEX triplet: 08, 91 and 65. RGB value is (8,145,101). Sum of RGB (Red+Green+Blue) = 8+145+101=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #089165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089165 is #F76E9A. Grayscale: #636363. Windows color (decimal): -16215707 or 6656264. OLE color: 6656264.

HSL color Cylindrical-coordinate representation of color #089165: hue angle of 160.73º 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 #089165 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 101 -
CMYK 0.94 0 0.30 0.43
HSL 160.73º 0.9% 0.3% -
HSV(B) 160.73º 0.94% 0.57% -
XYZ 12.57 21.24 15.75 -
YUV 99.02 129.11 63.08 -
System Red Green Blue C M Y K H S L
Decimal 8 145 101 0.94 0 0.30 0.43 160.73 0.9 0.3
Hex 8 91 65 5E 0 1E 2B A1 5A 1E
Octal 10 221 145 136 0 36 53 241 132 36
Binary 1000 10010001 1100101 1011110 0 11110 101011 10100001 1011010 11110

Color Harmonies of #089165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089165

Black with #089165

Text Example


Text Example

White with #089165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089165; }

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

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

background-color css

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

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

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

border-color css

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

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

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