Html Css Color HEX #018871 Observatory

📋 copy color: '#018871'

red 1 ◦ green 136 ◦ blue 113

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

Shades of Observatory #018871

Tints of Observatory #018871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 0.4%
G = 54.4%
B = 45.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#018871 (or 0x018871) is known color: Observatory. HEX triplet: 01, 88 and 71. RGB value is (1,136,113). Sum of RGB (Red+Green+Blue) = 1+136+113=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #018871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018871 is #FE778E. Grayscale: #5C5C5C. Windows color (decimal): -16676751 or 7440385. OLE color: 7440385.

HSL color Cylindrical-coordinate representation of color #018871: hue angle of 169.78º 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 #018871 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 136 113 -
CMYK 0.99 0 0.17 0.47
HSL 169.78º 0.99% 0.27% -
HSV(B) 169.78º 0.99% 0.53% -
XYZ 11.8 18.81 18.63 -
YUV 93.01 139.27 62.37 -
System Red Green Blue C M Y K H S L
Decimal 1 136 113 0.99 0 0.17 0.47 169.78 0.99 0.27
Hex 1 88 71 63 0 11 2F AA 63 1B
Octal 1 210 161 143 0 21 57 252 143 33
Binary 1 10001000 1110001 1100011 0 10001 101111 10101010 1100011 11011

Color Harmonies of #018871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018871

Black with #018871

Text Example


Text Example

White with #018871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018871; }

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

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

background-color css

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

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

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

border-color css

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

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

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