Html Css Color HEX #896F00 Olive

📋 copy color: '#896F00'

red 137 ◦ green 111 ◦ blue 0

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

Shades of Olive #896F00

Tints of Olive #896F00

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896F00 (or 0x896F00) is known color: Olive. HEX triplet: 89, 6F and 00. RGB value is (137,111,0). Sum of RGB (Red+Green+Blue) = 137+111+0=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #896F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F00 is #7690FF. Grayscale: #6A6A6A. Windows color (decimal): -7770368 or 28553. OLE color: 28553.

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

Color convert

RGB 137 111 0 -
CMYK 0 0.19 1 0.46
HSL 48.61º 1% 0.27% -
HSV(B) 48.61º 1% 0.54% -
XYZ 16 16.69 2.38 -
YUV 106.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 137 111 0 0 0.19 1 0.46 48.61 1 0.27
Hex 89 6F 0 0 13 64 2E 31 64 1B
Octal 211 157 0 0 23 144 56 61 144 33
Binary 10001001 1101111 0 0 10011 1100100 101110 110001 1100100 11011

Color Harmonies of #896F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F00

Black with #896F00

Text Example


Text Example

White with #896F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896F00; }

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

 H1.HeaderClassName
 {
   color: #896F00;
 }
 .AnyTagClassName
 {
   color: #896F00;
 }
</style>

background-color css

<style>
 a { background-color: #896F00; }

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

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

border-color css

<style>
 span { border-color: #896F00; }

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

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