Html Css Color HEX #896F01 Olive

📋 copy color: '#896F01'

red 137 ◦ green 111 ◦ blue 1

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

Shades of Olive #896F01

Tints of Olive #896F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 55.02%
G = 44.58%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896F01 (or 0x896F01) is known color: Olive. HEX triplet: 89, 6F and 01. RGB value is (137,111,1). Sum of RGB (Red+Green+Blue) = 137+111+1=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #896F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F01 is #7690FE. Grayscale: #6A6A6A. Windows color (decimal): -7770367 or 94089. OLE color: 94089.

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

Color convert

RGB 137 111 1 -
CMYK 0 0.19 0.99 0.46
HSL 48.53º 0.99% 0.27% -
HSV(B) 48.53º 0.99% 0.54% -
XYZ 16.01 16.69 2.41 -
YUV 106.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 137 111 1 0 0.19 0.99 0.46 48.53 0.99 0.27
Hex 89 6F 1 0 13 63 2E 31 63 1B
Octal 211 157 1 0 23 143 56 61 143 33
Binary 10001001 1101111 1 0 10011 1100011 101110 110001 1100011 11011

Color Harmonies of #896F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F01

Black with #896F01

Text Example


Text Example

White with #896F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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