Html Css Color HEX #008966 Observatory

📋 copy color: '#008966'

red 0 ◦ green 137 ◦ blue 102

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

Shades of Observatory #008966

Tints of Observatory #008966

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.32%
B = 42.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#008966 (or 0x008966) is known color: Observatory. HEX triplet: 00, 89 and 66. RGB value is (0,137,102). Sum of RGB (Red+Green+Blue) = 0+137+102=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #008966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008966 is #FF7699. Grayscale: #5C5C5C. Windows color (decimal): -16742042 or 6719744. OLE color: 6719744.

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

Color convert

RGB 0 137 102 -
CMYK 1 0 0.26 0.46
HSL 164.67º 1% 0.27% -
HSV(B) 164.67º 1% 0.54% -
XYZ 11.34 18.85 15.61 -
YUV 92.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 0 137 102 1 0 0.26 0.46 164.67 1 0.27
Hex 0 89 66 64 0 1A 2E A5 64 1B
Octal 0 211 146 144 0 32 56 245 144 33
Binary 0 10001001 1100110 1100100 0 11010 101110 10100101 1100100 11011

Color Harmonies of #008966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008966

Black with #008966

Text Example


Text Example

White with #008966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008966; }

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

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

background-color css

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

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

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

border-color css

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

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

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