Html Css Color HEX #018870 Observatory

📋 copy color: '#018870'

red 1 ◦ green 136 ◦ blue 112

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

Shades of Observatory #018870

Tints of Observatory #018870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.62%

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

R = 0.4%
G = 54.62%
B = 44.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#018870 (or 0x018870) is known color: Observatory. HEX triplet: 01, 88 and 70. RGB value is (1,136,112). Sum of RGB (Red+Green+Blue) = 1+136+112=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #018870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018870 is #FE778F. Grayscale: #5C5C5C. Windows color (decimal): -16676752 or 7374849. OLE color: 7374849.

HSL color Cylindrical-coordinate representation of color #018870: hue angle of 169.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018870 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 136 112 -
CMYK 0.99 0 0.18 0.47
HSL 169.33º 0.99% 0.27% -
HSV(B) 169.33º 0.99% 0.53% -
XYZ 11.74 18.78 18.34 -
YUV 92.9 138.77 62.45 -
System Red Green Blue C M Y K H S L
Decimal 1 136 112 0.99 0 0.18 0.47 169.33 0.99 0.27
Hex 1 88 70 63 0 12 2F A9 63 1B
Octal 1 210 160 143 0 22 57 251 143 33
Binary 1 10001000 1110000 1100011 0 10010 101111 10101001 1100011 11011

Color Harmonies of #018870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018870

Black with #018870

Text Example


Text Example

White with #018870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018870; }

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

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

background-color css

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

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

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

border-color css

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

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

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