Html Css Color HEX #01896A Observatory

📋 copy color: '#01896A'

red 1 ◦ green 137 ◦ blue 106

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

Shades of Observatory #01896A

Tints of Observatory #01896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 0.41%
G = 56.15%
B = 43.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#01896A (or 0x01896A) is known color: Observatory. HEX triplet: 01, 89 and 6A. RGB value is (1,137,106). Sum of RGB (Red+Green+Blue) = 1+137+106=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #01896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01896A is #FE7695. Grayscale: #5C5C5C. Windows color (decimal): -16676502 or 6981889. OLE color: 6981889.

HSL color Cylindrical-coordinate representation of color #01896A: hue angle of 166.32º 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 #01896A is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 106 -
CMYK 0.99 0 0.23 0.46
HSL 166.32º 0.99% 0.27% -
HSV(B) 166.32º 0.99% 0.54% -
XYZ 11.56 18.94 16.68 -
YUV 92.8 135.44 62.52 -
System Red Green Blue C M Y K H S L
Decimal 1 137 106 0.99 0 0.23 0.46 166.32 0.99 0.27
Hex 1 89 6A 63 0 17 2E A6 63 1B
Octal 1 211 152 143 0 27 56 246 143 33
Binary 1 10001001 1101010 1100011 0 10111 101110 10100110 1100011 11011

Color Harmonies of #01896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01896A

Black with #01896A

Text Example


Text Example

White with #01896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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