Html Css Color HEX #897002 Olive

📋 copy color: '#897002'

red 137 ◦ green 112 ◦ blue 2

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

Shades of Olive #897002

Tints of Olive #897002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 54.58%
G = 44.62%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897002 (or 0x897002) is known color: Olive. HEX triplet: 89, 70 and 02. RGB value is (137,112,2). Sum of RGB (Red+Green+Blue) = 137+112+2=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #897002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897002 is #768FFD. Grayscale: #6B6B6B. Windows color (decimal): -7770110 or 159881. OLE color: 159881.

HSL color Cylindrical-coordinate representation of color #897002: hue angle of 48.89º degrees, saturation: 0.97, 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 #897002 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 112 2 -
CMYK 0 0.18 0.99 0.46
HSL 48.89º 0.97% 0.27% -
HSV(B) 48.89º 0.99% 0.54% -
XYZ 16.12 16.91 2.47 -
YUV 106.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 137 112 2 0 0.18 0.99 0.46 48.89 0.97 0.27
Hex 89 70 2 0 12 63 2E 31 61 1B
Octal 211 160 2 0 22 143 56 61 141 33
Binary 10001001 1110000 10 0 10010 1100011 101110 110001 1100001 11011

Color Harmonies of #897002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897002

Black with #897002

Text Example


Text Example

White with #897002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897002; }

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

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

background-color css

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

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

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

border-color css

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

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

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