Html Css Color HEX #088966 Observatory

📋 copy color: '#088966'

red 8 ◦ green 137 ◦ blue 102

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

Shades of Observatory #088966

Tints of Observatory #088966

RGB

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

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

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

R = 3.24%
G = 55.47%
B = 41.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#088966 (or 0x088966) is known color: Observatory. HEX triplet: 08, 89 and 66. RGB value is (8,137,102). Sum of RGB (Red+Green+Blue) = 8+137+102=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #088966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088966 is #F77699. Grayscale: #5E5E5E. Windows color (decimal): -16217754 or 6719752. OLE color: 6719752.

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

Color convert

RGB 8 137 102 -
CMYK 0.94 0 0.26 0.46
HSL 163.72º 0.89% 0.28% -
HSV(B) 163.72º 0.94% 0.54% -
XYZ 11.44 18.9 15.62 -
YUV 94.44 132.26 66.35 -
System Red Green Blue C M Y K H S L
Decimal 8 137 102 0.94 0 0.26 0.46 163.72 0.89 0.28
Hex 8 89 66 5E 0 1A 2E A4 59 1C
Octal 10 211 146 136 0 32 56 244 131 34
Binary 1000 10001001 1100110 1011110 0 11010 101110 10100100 1011001 11100

Color Harmonies of #088966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088966

Black with #088966

Text Example


Text Example

White with #088966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088966; }

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

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

background-color css

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

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

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

border-color css

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

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

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