Html Css Color HEX #00896C Observatory

📋 copy color: '#00896C'

red 0 ◦ green 137 ◦ blue 108

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

Shades of Observatory #00896C

Tints of Observatory #00896C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 0%
G = 55.92%
B = 44.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#00896C (or 0x00896C) is known color: Observatory. HEX triplet: 00, 89 and 6C. RGB value is (0,137,108). Sum of RGB (Red+Green+Blue) = 0+137+108=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #00896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00896C is #FF7693. Grayscale: #5C5C5C. Windows color (decimal): -16742036 or 7112960. OLE color: 7112960.

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

Color convert

RGB 0 137 108 -
CMYK 1 0 0.21 0.46
HSL 167.3º 1% 0.27% -
HSV(B) 167.3º 1% 0.54% -
XYZ 11.65 18.97 17.24 -
YUV 92.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 0 137 108 1 0 0.21 0.46 167.3 1 0.27
Hex 0 89 6C 64 0 15 2E A7 64 1B
Octal 0 211 154 144 0 25 56 247 144 33
Binary 0 10001001 1101100 1100100 0 10101 101110 10100111 1100100 11011

Color Harmonies of #00896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00896C

Black with #00896C

Text Example


Text Example

White with #00896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00896C; }

 p { color: rgb(0,137,108); }

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

background-color css

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

 a { background-color: rgb(0,137,108); }

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

border-color css

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

 span { border-color: rgb(0,137,108); }

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