Html Css Color HEX #018E72 Observatory

📋 copy color: '#018E72'

red 1 ◦ green 142 ◦ blue 114

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

Shades of Observatory #018E72

Tints of Observatory #018E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.25%

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 0.39%
G = 55.25%
B = 44.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#018E72 (or 0x018E72) is known color: Observatory. HEX triplet: 01, 8E and 72. RGB value is (1,142,114). Sum of RGB (Red+Green+Blue) = 1+142+114=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #018E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E72 is #FE718D. Grayscale: #606060. Windows color (decimal): -16675214 or 7507457. OLE color: 7507457.

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

Color convert

RGB 1 142 114 -
CMYK 0.99 0 0.20 0.44
HSL 168.09º 0.99% 0.28% -
HSV(B) 168.09º 0.99% 0.56% -
XYZ 12.72 20.57 19.22 -
YUV 96.65 137.79 59.78 -
System Red Green Blue C M Y K H S L
Decimal 1 142 114 0.99 0 0.20 0.44 168.09 0.99 0.28
Hex 1 8E 72 63 0 14 2C A8 63 1C
Octal 1 216 162 143 0 24 54 250 143 34
Binary 1 10001110 1110010 1100011 0 10100 101100 10101000 1100011 11100

Color Harmonies of #018E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E72

Black with #018E72

Text Example


Text Example

White with #018E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,114); }

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

background-color css

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

 a { background-color: rgb(1,142,114); }

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

border-color css

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

 span { border-color: rgb(1,142,114); }

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