Html Css Color HEX #089065 Observatory

📋 copy color: '#089065'

red 8 ◦ green 144 ◦ blue 101

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

Shades of Observatory #089065

Tints of Observatory #089065

RGB

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

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

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

R = 3.16%
G = 56.92%
B = 39.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#089065 (or 0x089065) is known color: Observatory. HEX triplet: 08, 90 and 65. RGB value is (8,144,101). Sum of RGB (Red+Green+Blue) = 8+144+101=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #089065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089065 is #F76F9A. Grayscale: #626262. Windows color (decimal): -16215963 or 6656008. OLE color: 6656008.

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

Color convert

RGB 8 144 101 -
CMYK 0.94 0 0.30 0.44
HSL 161.03º 0.89% 0.3% -
HSV(B) 161.03º 0.94% 0.56% -
XYZ 12.42 20.94 15.7 -
YUV 98.43 129.44 63.5 -
System Red Green Blue C M Y K H S L
Decimal 8 144 101 0.94 0 0.30 0.44 161.03 0.89 0.3
Hex 8 90 65 5E 0 1E 2C A1 59 1E
Octal 10 220 145 136 0 36 54 241 131 36
Binary 1000 10010000 1100101 1011110 0 11110 101100 10100001 1011001 11110

Color Harmonies of #089065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089065

Black with #089065

Text Example


Text Example

White with #089065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089065; }

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

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

background-color css

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

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

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

border-color css

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

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

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