Html Css Color HEX #089375 Observatory

📋 copy color: '#089375'

red 8 ◦ green 147 ◦ blue 117

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

Shades of Observatory #089375

Tints of Observatory #089375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 2.94%
G = 54.04%
B = 43.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#089375 (or 0x089375) is known color: Observatory. HEX triplet: 08, 93 and 75. RGB value is (8,147,117). Sum of RGB (Red+Green+Blue) = 8+147+117=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #089375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089375 is #F76C8A. Grayscale: #666666. Windows color (decimal): -16215179 or 7705352. OLE color: 7705352.

HSL color Cylindrical-coordinate representation of color #089375: hue angle of 167.05º 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 #089375 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 117 -
CMYK 0.95 0 0.20 0.42
HSL 167.05º 0.9% 0.3% -
HSV(B) 167.05º 0.95% 0.58% -
XYZ 13.74 22.2 20.39 -
YUV 102.02 136.45 60.94 -
System Red Green Blue C M Y K H S L
Decimal 8 147 117 0.95 0 0.20 0.42 167.05 0.9 0.3
Hex 8 93 75 5F 0 14 2A A7 5A 1E
Octal 10 223 165 137 0 24 52 247 132 36
Binary 1000 10010011 1110101 1011111 0 10100 101010 10100111 1011010 11110

Color Harmonies of #089375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089375

Black with #089375

Text Example


Text Example

White with #089375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089375; }

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

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

background-color css

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

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

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

border-color css

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

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

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