Html Css Color HEX #897005 Olive

📋 copy color: '#897005'

red 137 ◦ green 112 ◦ blue 5

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

Shades of Olive #897005

Tints of Olive #897005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 53.94%
G = 44.09%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#897005 (or 0x897005) is known color: Olive. HEX triplet: 89, 70 and 05. RGB value is (137,112,5). Sum of RGB (Red+Green+Blue) = 137+112+5=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #897005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897005 is #768FFA. Grayscale: #6B6B6B. Windows color (decimal): -7770107 or 356489. OLE color: 356489.

HSL color Cylindrical-coordinate representation of color #897005: hue angle of 48.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #897005 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 112 5 -
CMYK 0 0.18 0.96 0.46
HSL 48.64º 0.93% 0.28% -
HSV(B) 48.64º 0.96% 0.54% -
XYZ 16.14 16.92 2.56 -
YUV 107.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 137 112 5 0 0.18 0.96 0.46 48.64 0.93 0.28
Hex 89 70 5 0 12 60 2E 31 5D 1C
Octal 211 160 5 0 22 140 56 61 135 34
Binary 10001001 1110000 101 0 10010 1100000 101110 110001 1011101 11100

Color Harmonies of #897005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897005

Black with #897005

Text Example


Text Example

White with #897005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897005; }

 p { color: rgb(137,112,5); }

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

background-color css

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

 a { background-color: rgb(137,112,5); }

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

border-color css

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

 span { border-color: rgb(137,112,5); }

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