Html Css Color HEX #089470 Observatory

📋 copy color: '#089470'

red 8 ◦ green 148 ◦ blue 112

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

Shades of Observatory #089470

Tints of Observatory #089470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.22%

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 2.99%
G = 55.22%
B = 41.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#089470 (or 0x089470) is known color: Observatory. HEX triplet: 08, 94 and 70. RGB value is (8,148,112). Sum of RGB (Red+Green+Blue) = 8+148+112=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #089470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089470 is #F76B8F. Grayscale: #666666. Windows color (decimal): -16214928 or 7377928. OLE color: 7377928.

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

Color convert

RGB 8 148 112 -
CMYK 0.95 0 0.24 0.42
HSL 164.57º 0.9% 0.31% -
HSV(B) 164.57º 0.95% 0.58% -
XYZ 13.61 22.4 18.94 -
YUV 102.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 8 148 112 0.95 0 0.24 0.42 164.57 0.9 0.31
Hex 8 94 70 5F 0 18 2A A5 5A 1F
Octal 10 224 160 137 0 30 52 245 132 37
Binary 1000 10010100 1110000 1011111 0 11000 101010 10100101 1011010 11111

Color Harmonies of #089470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089470

Black with #089470

Text Example


Text Example

White with #089470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089470; }

 p { color: rgb(8,148,112); }

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

background-color css

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

 a { background-color: rgb(8,148,112); }

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

border-color css

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

 span { border-color: rgb(8,148,112); }

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