Html Css Color HEX #008D79 Observatory

📋 copy color: '#008D79'

red 0 ◦ green 141 ◦ blue 121

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

Shades of Observatory #008D79

Tints of Observatory #008D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 0%
G = 53.82%
B = 46.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#008D79 (or 0x008D79) is known color: Observatory. HEX triplet: 00, 8D and 79. RGB value is (0,141,121). Sum of RGB (Red+Green+Blue) = 0+141+121=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #008D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D79 is #FF7286. Grayscale: #606060. Windows color (decimal): -16740999 or 7965952. OLE color: 7965952.

HSL color Cylindrical-coordinate representation of color #008D79: hue angle of 171.49º 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 #008D79 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 141 121 -
CMYK 1 0 0.14 0.45
HSL 171.49º 1% 0.28% -
HSV(B) 171.49º 1% 0.55% -
XYZ 12.98 20.43 21.35 -
YUV 96.56 141.79 59.13 -
System Red Green Blue C M Y K H S L
Decimal 0 141 121 1 0 0.14 0.45 171.49 1 0.28
Hex 0 8D 79 64 0 E 2D AB 64 1C
Octal 0 215 171 144 0 16 55 253 144 34
Binary 0 10001101 1111001 1100100 0 1110 101101 10101011 1100100 11100

Color Harmonies of #008D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D79

Black with #008D79

Text Example


Text Example

White with #008D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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