Html Css Color HEX #089066 Observatory

📋 copy color: '#089066'

red 8 ◦ green 144 ◦ blue 102

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

Shades of Observatory #089066

Tints of Observatory #089066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.69%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 3.15%
G = 56.69%
B = 40.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#089066 (or 0x089066) is known color: Observatory. HEX triplet: 08, 90 and 66. RGB value is (8,144,102). Sum of RGB (Red+Green+Blue) = 8+144+102=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #089066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089066 is #F76F99. Grayscale: #626262. Windows color (decimal): -16215962 or 6721544. OLE color: 6721544.

HSL color Cylindrical-coordinate representation of color #089066: hue angle of 161.47º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089066 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 102 -
CMYK 0.94 0 0.29 0.44
HSL 161.47º 0.89% 0.3% -
HSV(B) 161.47º 0.94% 0.56% -
XYZ 12.47 20.96 15.96 -
YUV 98.55 129.94 63.42 -
System Red Green Blue C M Y K H S L
Decimal 8 144 102 0.94 0 0.29 0.44 161.47 0.89 0.3
Hex 8 90 66 5E 0 1D 2C A1 59 1E
Octal 10 220 146 136 0 35 54 241 131 36
Binary 1000 10010000 1100110 1011110 0 11101 101100 10100001 1011001 11110

Color Harmonies of #089066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089066

Black with #089066

Text Example


Text Example

White with #089066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089066; }

 p { color: rgb(8,144,102); }

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

background-color css

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

 a { background-color: rgb(8,144,102); }

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

border-color css

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

 span { border-color: rgb(8,144,102); }

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