Html Css Color HEX #098670 Observatory

📋 copy color: '#098670'

red 9 ◦ green 134 ◦ blue 112

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

Shades of Observatory #098670

Tints of Observatory #098670

RGB

 RED value IS 9 (3.91% from 255) = 3.53%

 GREEN value IS 134 (52.73% from 255) = 52.55%

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

R = 3.53%
G = 52.55%
B = 43.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#098670 (or 0x098670) is known color: Observatory. HEX triplet: 09, 86 and 70. RGB value is (9,134,112). Sum of RGB (Red+Green+Blue) = 9+134+112=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #098670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098670 is #F6798F. Grayscale: #5E5E5E. Windows color (decimal): -16152976 or 7374345. OLE color: 7374345.

HSL color Cylindrical-coordinate representation of color #098670: hue angle of 169.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098670 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 134 112 -
CMYK 0.93 0 0.16 0.47
HSL 169.44º 0.87% 0.28% -
HSV(B) 169.44º 0.93% 0.53% -
XYZ 11.56 18.28 18.25 -
YUV 94.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 9 134 112 0.93 0 0.16 0.47 169.44 0.87 0.28
Hex 9 86 70 5D 0 10 2F A9 57 1C
Octal 11 206 160 135 0 20 57 251 127 34
Binary 1001 10000110 1110000 1011101 0 10000 101111 10101001 1010111 11100

Color Harmonies of #098670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098670

Black with #098670

Text Example


Text Example

White with #098670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098670; }

 p { color: rgb(9,134,112); }

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

background-color css

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

 a { background-color: rgb(9,134,112); }

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

border-color css

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

 span { border-color: rgb(9,134,112); }

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