Html Css Color HEX #098966 Observatory

📋 copy color: '#098966'

red 9 ◦ green 137 ◦ blue 102

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

Shades of Observatory #098966

Tints of Observatory #098966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.24%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 3.63%
G = 55.24%
B = 41.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#098966 (or 0x098966) is known color: Observatory. HEX triplet: 09, 89 and 66. RGB value is (9,137,102). Sum of RGB (Red+Green+Blue) = 9+137+102=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #098966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098966 is #F67699. Grayscale: #5E5E5E. Windows color (decimal): -16152218 or 6719753. OLE color: 6719753.

HSL color Cylindrical-coordinate representation of color #098966: hue angle of 163.59º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098966 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 102 -
CMYK 0.93 0 0.26 0.46
HSL 163.59º 0.88% 0.29% -
HSV(B) 163.59º 0.93% 0.54% -
XYZ 11.46 18.91 15.62 -
YUV 94.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 9 137 102 0.93 0 0.26 0.46 163.59 0.88 0.29
Hex 9 89 66 5D 0 1A 2E A4 58 1D
Octal 11 211 146 135 0 32 56 244 130 35
Binary 1001 10001001 1100110 1011101 0 11010 101110 10100100 1011000 11101

Color Harmonies of #098966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098966

Black with #098966

Text Example


Text Example

White with #098966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098966; }

 p { color: rgb(9,137,102); }

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

background-color css

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

 a { background-color: rgb(9,137,102); }

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

border-color css

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

 span { border-color: rgb(9,137,102); }

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