Html Css Color HEX #018671 Observatory

📋 copy color: '#018671'

red 1 ◦ green 134 ◦ blue 113

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

Shades of Observatory #018671

Tints of Observatory #018671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.03%

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

R = 0.4%
G = 54.03%
B = 45.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#018671 (or 0x018671) is known color: Observatory. HEX triplet: 01, 86 and 71. RGB value is (1,134,113). Sum of RGB (Red+Green+Blue) = 1+134+113=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #018671 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018671 is #FE798E. Grayscale: #5B5B5B. Windows color (decimal): -16677263 or 7439873. OLE color: 7439873.

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

Color convert

RGB 1 134 113 -
CMYK 0.99 0 0.16 0.47
HSL 170.53º 0.99% 0.26% -
HSV(B) 170.53º 0.99% 0.53% -
XYZ 11.52 18.25 18.54 -
YUV 91.84 139.94 63.21 -
System Red Green Blue C M Y K H S L
Decimal 1 134 113 0.99 0 0.16 0.47 170.53 0.99 0.26
Hex 1 86 71 63 0 10 2F AB 63 1A
Octal 1 206 161 143 0 20 57 253 143 32
Binary 1 10000110 1110001 1100011 0 10000 101111 10101011 1100011 11010

Color Harmonies of #018671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018671

Black with #018671

Text Example


Text Example

White with #018671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018671; }

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

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

background-color css

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

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

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

border-color css

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

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

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