Html Css Color HEX #008661 Observatory

📋 copy color: '#008661'

red 0 ◦ green 134 ◦ blue 97

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

Shades of Observatory #008661

Tints of Observatory #008661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 0%
G = 58.01%
B = 41.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#008661 (or 0x008661) is known color: Observatory. HEX triplet: 00, 86 and 61. RGB value is (0,134,97). Sum of RGB (Red+Green+Blue) = 0+134+97=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #008661 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008661 is #FF799E. Grayscale: #595959. Windows color (decimal): -16742815 or 6391296. OLE color: 6391296.

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

Color convert

RGB 0 134 97 -
CMYK 1 0 0.28 0.47
HSL 163.43º 1% 0.26% -
HSV(B) 163.43º 1% 0.53% -
XYZ 10.68 17.91 14.2 -
YUV 89.72 132.11 64.01 -
System Red Green Blue C M Y K H S L
Decimal 0 134 97 1 0 0.28 0.47 163.43 1 0.26
Hex 0 86 61 64 0 1C 2F A3 64 1A
Octal 0 206 141 144 0 34 57 243 144 32
Binary 0 10000110 1100001 1100100 0 11100 101111 10100011 1100100 11010

Color Harmonies of #008661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008661

Black with #008661

Text Example


Text Example

White with #008661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008661; }

 p { color: rgb(0,134,97); }

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

background-color css

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

 a { background-color: rgb(0,134,97); }

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

border-color css

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

 span { border-color: rgb(0,134,97); }

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