Html Css Color HEX #008D61 Observatory

📋 copy color: '#008D61'

red 0 ◦ green 141 ◦ blue 97

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

Shades of Observatory #008D61

Tints of Observatory #008D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 59.24%

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

R = 0%
G = 59.24%
B = 40.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#008D61 (or 0x008D61) is known color: Observatory. HEX triplet: 00, 8D and 61. RGB value is (0,141,97). Sum of RGB (Red+Green+Blue) = 0+141+97=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #008D61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D61 is #FF729E. Grayscale: #5D5D5D. Windows color (decimal): -16741023 or 6393088. OLE color: 6393088.

HSL color Cylindrical-coordinate representation of color #008D61: hue angle of 161.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D61 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 141 97 -
CMYK 1 0 0.31 0.45
HSL 161.28º 1% 0.28% -
HSV(B) 161.28º 1% 0.55% -
XYZ 11.68 19.91 14.54 -
YUV 93.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 0 141 97 1 0 0.31 0.45 161.28 1 0.28
Hex 0 8D 61 64 0 1F 2D A1 64 1C
Octal 0 215 141 144 0 37 55 241 144 34
Binary 0 10001101 1100001 1100100 0 11111 101101 10100001 1100100 11100

Color Harmonies of #008D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D61

Black with #008D61

Text Example


Text Example

White with #008D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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