Html Css Color HEX #01896E Observatory

📋 copy color: '#01896E'

red 1 ◦ green 137 ◦ blue 110

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

Shades of Observatory #01896E

Tints of Observatory #01896E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 0.4%
G = 55.24%
B = 44.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#01896E (or 0x01896E) is known color: Observatory. HEX triplet: 01, 89 and 6E. RGB value is (1,137,110). Sum of RGB (Red+Green+Blue) = 1+137+110=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #01896E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01896E is #FE7691. Grayscale: #5D5D5D. Windows color (decimal): -16676498 or 7244033. OLE color: 7244033.

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

Color convert

RGB 1 137 110 -
CMYK 0.99 0 0.20 0.46
HSL 168.09º 0.99% 0.27% -
HSV(B) 168.09º 0.99% 0.54% -
XYZ 11.77 19.02 17.8 -
YUV 93.26 137.44 62.2 -
System Red Green Blue C M Y K H S L
Decimal 1 137 110 0.99 0 0.20 0.46 168.09 0.99 0.27
Hex 1 89 6E 63 0 14 2E A8 63 1B
Octal 1 211 156 143 0 24 56 250 143 33
Binary 1 10001001 1101110 1100011 0 10100 101110 10101000 1100011 11011

Color Harmonies of #01896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01896E

Black with #01896E

Text Example


Text Example

White with #01896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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