Html Css Color HEX #018D79 Observatory

📋 copy color: '#018D79'

red 1 ◦ green 141 ◦ blue 121

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

Shades of Observatory #018D79

Tints of Observatory #018D79

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

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

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

R = 0.38%
G = 53.61%
B = 46.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#018D79 (or 0x018D79) is known color: Observatory. HEX triplet: 01, 8D and 79. RGB value is (1,141,121). Sum of RGB (Red+Green+Blue) = 1+141+121=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #018D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D79 is #FE7286. Grayscale: #606060. Windows color (decimal): -16675463 or 7965953. OLE color: 7965953.

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

Color convert

RGB 1 141 121 -
CMYK 0.99 0 0.14 0.45
HSL 171.43º 0.99% 0.28% -
HSV(B) 171.43º 0.99% 0.55% -
XYZ 12.99 20.44 21.35 -
YUV 96.86 141.62 59.63 -
System Red Green Blue C M Y K H S L
Decimal 1 141 121 0.99 0 0.14 0.45 171.43 0.99 0.28
Hex 1 8D 79 63 0 E 2D AB 63 1C
Octal 1 215 171 143 0 16 55 253 143 34
Binary 1 10001101 1111001 1100011 0 1110 101101 10101011 1100011 11100

Color Harmonies of #018D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D79

Black with #018D79

Text Example


Text Example

White with #018D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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