Html Css Color HEX #018673 Observatory

📋 copy color: '#018673'

red 1 ◦ green 134 ◦ blue 115

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

Shades of Observatory #018673

Tints of Observatory #018673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 0.4%
G = 53.6%
B = 46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#018673 (or 0x018673) is known color: Observatory. HEX triplet: 01, 86 and 73. RGB value is (1,134,115). Sum of RGB (Red+Green+Blue) = 1+134+115=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #018673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018673 is #FE798C. Grayscale: #5C5C5C. Windows color (decimal): -16677261 or 7570945. OLE color: 7570945.

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

Color convert

RGB 1 134 115 -
CMYK 0.99 0 0.14 0.47
HSL 171.43º 0.99% 0.26% -
HSV(B) 171.43º 0.99% 0.53% -
XYZ 11.63 18.29 19.14 -
YUV 92.07 140.94 63.04 -
System Red Green Blue C M Y K H S L
Decimal 1 134 115 0.99 0 0.14 0.47 171.43 0.99 0.26
Hex 1 86 73 63 0 E 2F AB 63 1A
Octal 1 206 163 143 0 16 57 253 143 32
Binary 1 10000110 1110011 1100011 0 1110 101111 10101011 1100011 11010

Color Harmonies of #018673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018673

Black with #018673

Text Example


Text Example

White with #018673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018673; }

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

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

background-color css

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

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

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

border-color css

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

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

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