Html Css Color HEX #089371 Observatory

📋 copy color: '#089371'

red 8 ◦ green 147 ◦ blue 113

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

Shades of Observatory #089371

Tints of Observatory #089371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.85%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 2.99%
G = 54.85%
B = 42.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#089371 (or 0x089371) is known color: Observatory. HEX triplet: 08, 93 and 71. RGB value is (8,147,113). Sum of RGB (Red+Green+Blue) = 8+147+113=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #089371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089371 is #F76C8E. Grayscale: #656565. Windows color (decimal): -16215183 or 7443208. OLE color: 7443208.

HSL color Cylindrical-coordinate representation of color #089371: hue angle of 165.32º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089371 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 113 -
CMYK 0.95 0 0.23 0.42
HSL 165.32º 0.9% 0.3% -
HSV(B) 165.32º 0.95% 0.58% -
XYZ 13.51 22.11 19.18 -
YUV 101.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 8 147 113 0.95 0 0.23 0.42 165.32 0.9 0.3
Hex 8 93 71 5F 0 17 2A A5 5A 1E
Octal 10 223 161 137 0 27 52 245 132 36
Binary 1000 10010011 1110001 1011111 0 10111 101010 10100101 1011010 11110

Color Harmonies of #089371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089371

Black with #089371

Text Example


Text Example

White with #089371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089371; }

 p { color: rgb(8,147,113); }

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

background-color css

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

 a { background-color: rgb(8,147,113); }

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

border-color css

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

 span { border-color: rgb(8,147,113); }

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