Html Css Color HEX #896C01 Olive

📋 copy color: '#896C01'

red 137 ◦ green 108 ◦ blue 1

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

Shades of Olive #896C01

Tints of Olive #896C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.9%

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

R = 55.69%
G = 43.9%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896C01 (or 0x896C01) is known color: Olive. HEX triplet: 89, 6C and 01. RGB value is (137,108,1). Sum of RGB (Red+Green+Blue) = 137+108+1=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #896C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C01 is #7693FE. Grayscale: #686868. Windows color (decimal): -7771135 or 93321. OLE color: 93321.

HSL color Cylindrical-coordinate representation of color #896C01: hue angle of 47.21º 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 #896C01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 1 -
CMYK 0 0.21 0.99 0.46
HSL 47.21º 0.99% 0.27% -
HSV(B) 47.21º 0.99% 0.54% -
XYZ 15.68 16.05 2.3 -
YUV 104.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 137 108 1 0 0.21 0.99 0.46 47.21 0.99 0.27
Hex 89 6C 1 0 15 63 2E 2F 63 1B
Octal 211 154 1 0 25 143 56 57 143 33
Binary 10001001 1101100 1 0 10101 1100011 101110 101111 1100011 11011

Color Harmonies of #896C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C01

Black with #896C01

Text Example


Text Example

White with #896C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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