Html Css Color HEX #896D04 Olive

📋 copy color: '#896D04'

red 137 ◦ green 109 ◦ blue 4

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

Shades of Olive #896D04

Tints of Olive #896D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 54.8%
G = 43.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#896D04 (or 0x896D04) is known color: Olive. HEX triplet: 89, 6D and 04. RGB value is (137,109,4). Sum of RGB (Red+Green+Blue) = 137+109+4=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #896D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D04 is #7692FB. Grayscale: #696969. Windows color (decimal): -7770876 or 290185. OLE color: 290185.

HSL color Cylindrical-coordinate representation of color #896D04: hue angle of 47.37º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #896D04 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 4 -
CMYK 0 0.20 0.97 0.46
HSL 47.37º 0.94% 0.28% -
HSV(B) 47.37º 0.97% 0.54% -
XYZ 15.81 16.26 2.42 -
YUV 105.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 137 109 4 0 0.20 0.97 0.46 47.37 0.94 0.28
Hex 89 6D 4 0 14 61 2E 2F 5E 1C
Octal 211 155 4 0 24 141 56 57 136 34
Binary 10001001 1101101 100 0 10100 1100001 101110 101111 1011110 11100

Color Harmonies of #896D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D04

Black with #896D04

Text Example


Text Example

White with #896D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,4); }

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

background-color css

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

 a { background-color: rgb(137,109,4); }

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

border-color css

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

 span { border-color: rgb(137,109,4); }

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