Html Css Color HEX #008D77 Observatory

📋 copy color: '#008D77'

red 0 ◦ green 141 ◦ blue 119

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

Shades of Observatory #008D77

Tints of Observatory #008D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 0%
G = 54.23%
B = 45.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#008D77 (or 0x008D77) is known color: Observatory. HEX triplet: 00, 8D and 77. RGB value is (0,141,119). Sum of RGB (Red+Green+Blue) = 0+141+119=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #008D77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D77 is #FF7288. Grayscale: #606060. Windows color (decimal): -16741001 or 7834880. OLE color: 7834880.

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

Color convert

RGB 0 141 119 -
CMYK 1 0 0.16 0.45
HSL 170.64º 1% 0.28% -
HSV(B) 170.64º 1% 0.55% -
XYZ 12.85 20.38 20.71 -
YUV 96.33 140.79 59.29 -
System Red Green Blue C M Y K H S L
Decimal 0 141 119 1 0 0.16 0.45 170.64 1 0.28
Hex 0 8D 77 64 0 10 2D AB 64 1C
Octal 0 215 167 144 0 20 55 253 144 34
Binary 0 10001101 1110111 1100100 0 10000 101101 10101011 1100100 11100

Color Harmonies of #008D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D77

Black with #008D77

Text Example


Text Example

White with #008D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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