Html Css Color HEX #018D70 Observatory

📋 copy color: '#018D70'

red 1 ◦ green 141 ◦ blue 112

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

Shades of Observatory #018D70

Tints of Observatory #018D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 0.39%
G = 55.51%
B = 44.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#018D70 (or 0x018D70) is known color: Observatory. HEX triplet: 01, 8D and 70. RGB value is (1,141,112). Sum of RGB (Red+Green+Blue) = 1+141+112=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #018D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D70 is #FE728F. Grayscale: #5F5F5F. Windows color (decimal): -16675472 or 7376129. OLE color: 7376129.

HSL color Cylindrical-coordinate representation of color #018D70: hue angle of 167.57º 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 #018D70 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 141 112 -
CMYK 0.99 0 0.21 0.45
HSL 167.57º 0.99% 0.28% -
HSV(B) 167.57º 0.99% 0.55% -
XYZ 12.46 20.23 18.58 -
YUV 95.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 1 141 112 0.99 0 0.21 0.45 167.57 0.99 0.28
Hex 1 8D 70 63 0 15 2D A8 63 1C
Octal 1 215 160 143 0 25 55 250 143 34
Binary 1 10001101 1110000 1100011 0 10101 101101 10101000 1100011 11100

Color Harmonies of #018D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D70

Black with #018D70

Text Example


Text Example

White with #018D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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