Html Css Color HEX #00896F Observatory

📋 copy color: '#00896F'

red 0 ◦ green 137 ◦ blue 111

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

Shades of Observatory #00896F

Tints of Observatory #00896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 0%
G = 55.24%
B = 44.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#00896F (or 0x00896F) is known color: Observatory. HEX triplet: 00, 89 and 6F. RGB value is (0,137,111). Sum of RGB (Red+Green+Blue) = 0+137+111=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #00896F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00896F is #FF7690. Grayscale: #5D5D5D. Windows color (decimal): -16742033 or 7309568. OLE color: 7309568.

HSL color Cylindrical-coordinate representation of color #00896F: hue angle of 168.61º 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 #00896F is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 111 -
CMYK 1 0 0.19 0.46
HSL 168.61º 1% 0.27% -
HSV(B) 168.61º 1% 0.54% -
XYZ 11.81 19.04 18.09 -
YUV 93.07 138.11 61.61 -
System Red Green Blue C M Y K H S L
Decimal 0 137 111 1 0 0.19 0.46 168.61 1 0.27
Hex 0 89 6F 64 0 13 2E A9 64 1B
Octal 0 211 157 144 0 23 56 251 144 33
Binary 0 10001001 1101111 1100100 0 10011 101110 10101001 1100100 11011

Color Harmonies of #00896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00896F

Black with #00896F

Text Example


Text Example

White with #00896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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