Html Css Color HEX #897C00 Olive

📋 copy color: '#897C00'

red 137 ◦ green 124 ◦ blue 0

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

Shades of Olive #897C00

Tints of Olive #897C00

RGB

 RED value IS 137 (53.91% from 255) = 52.49%

 GREEN value IS 124 (48.83% from 255) = 47.51%

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

R = 52.49%
G = 47.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897C00 (or 0x897C00) is known color: Olive. HEX triplet: 89, 7C and 00. RGB value is (137,124,0). Sum of RGB (Red+Green+Blue) = 137+124+0=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #897C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C00 is #7683FF. Grayscale: #727272. Windows color (decimal): -7767040 or 31881. OLE color: 31881.

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

Color convert

RGB 137 124 0 -
CMYK 0 0.09 1 0.46
HSL 54.31º 1% 0.27% -
HSV(B) 54.31º 1% 0.54% -
XYZ 17.52 19.73 2.89 -
YUV 113.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 137 124 0 0 0.09 1 0.46 54.31 1 0.27
Hex 89 7C 0 0 9 64 2E 36 64 1B
Octal 211 174 0 0 11 144 56 66 144 33
Binary 10001001 1111100 0 0 1001 1100100 101110 110110 1100100 11011

Color Harmonies of #897C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C00

Black with #897C00

Text Example


Text Example

White with #897C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897C00; }

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

 H1.HeaderClassName
 {
   color: #897C00;
 }
 .AnyTagClassName
 {
   color: #897C00;
 }
</style>

background-color css

<style>
 a { background-color: #897C00; }

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

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

border-color css

<style>
 span { border-color: #897C00; }

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

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