Html Css Color HEX #018973 Observatory

📋 copy color: '#018973'

red 1 ◦ green 137 ◦ blue 115

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

Shades of Observatory #018973

Tints of Observatory #018973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.15%

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

R = 0.4%
G = 54.15%
B = 45.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#018973 (or 0x018973) is known color: Observatory. HEX triplet: 01, 89 and 73. RGB value is (1,137,115). Sum of RGB (Red+Green+Blue) = 1+137+115=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #018973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018973 is #FE768C. Grayscale: #5D5D5D. Windows color (decimal): -16676493 or 7571713. OLE color: 7571713.

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

Color convert

RGB 1 137 115 -
CMYK 0.99 0 0.16 0.46
HSL 170.29º 0.99% 0.27% -
HSV(B) 170.29º 0.99% 0.54% -
XYZ 12.05 19.14 19.28 -
YUV 93.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 1 137 115 0.99 0 0.16 0.46 170.29 0.99 0.27
Hex 1 89 73 63 0 10 2E AA 63 1B
Octal 1 211 163 143 0 20 56 252 143 33
Binary 1 10001001 1110011 1100011 0 10000 101110 10101010 1100011 11011

Color Harmonies of #018973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018973

Black with #018973

Text Example


Text Example

White with #018973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018973; }

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

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

background-color css

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

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

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

border-color css

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

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

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