Html Css Color HEX #00895D Observatory

📋 copy color: '#00895D'

red 0 ◦ green 137 ◦ blue 93

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

Shades of Observatory #00895D

Tints of Observatory #00895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 0%
G = 59.57%
B = 40.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#00895D (or 0x00895D) is known color: Observatory. HEX triplet: 00, 89 and 5D. RGB value is (0,137,93). Sum of RGB (Red+Green+Blue) = 0+137+93=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #00895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00895D is #FF76A2. Grayscale: #5B5B5B. Windows color (decimal): -16742051 or 6129920. OLE color: 6129920.

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

Color convert

RGB 0 137 93 -
CMYK 1 0 0.32 0.46
HSL 160.73º 1% 0.27% -
HSV(B) 160.73º 1% 0.54% -
XYZ 10.92 18.68 13.39 -
YUV 91.02 129.11 63.08 -
System Red Green Blue C M Y K H S L
Decimal 0 137 93 1 0 0.32 0.46 160.73 1 0.27
Hex 0 89 5D 64 0 20 2E A1 64 1B
Octal 0 211 135 144 0 40 56 241 144 33
Binary 0 10001001 1011101 1100100 0 100000 101110 10100001 1100100 11011

Color Harmonies of #00895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00895D

Black with #00895D

Text Example


Text Example

White with #00895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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