Html Css Color HEX #897008 Olive

📋 copy color: '#897008'

red 137 ◦ green 112 ◦ blue 8

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

Shades of Olive #897008

Tints of Olive #897008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 53.31%
G = 43.58%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#897008 (or 0x897008) is known color: Olive. HEX triplet: 89, 70 and 08. RGB value is (137,112,8). Sum of RGB (Red+Green+Blue) = 137+112+8=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #897008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897008 is #768FF7. Grayscale: #6C6C6C. Windows color (decimal): -7770104 or 553097. OLE color: 553097.

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

Color convert

RGB 137 112 8 -
CMYK 0 0.18 0.94 0.46
HSL 48.37º 0.89% 0.28% -
HSV(B) 48.37º 0.94% 0.54% -
XYZ 16.15 16.92 2.64 -
YUV 107.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 137 112 8 0 0.18 0.94 0.46 48.37 0.89 0.28
Hex 89 70 8 0 12 5E 2E 30 59 1C
Octal 211 160 10 0 22 136 56 60 131 34
Binary 10001001 1110000 1000 0 10010 1011110 101110 110000 1011001 11100

Color Harmonies of #897008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897008

Black with #897008

Text Example


Text Example

White with #897008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897008; }

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

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

background-color css

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

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

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

border-color css

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

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

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