Html Css Color HEX #897702 Olive

📋 copy color: '#897702'

red 137 ◦ green 119 ◦ blue 2

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

Shades of Olive #897702

Tints of Olive #897702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 53.1%
G = 46.12%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897702 (or 0x897702) is known color: Olive. HEX triplet: 89, 77 and 02. RGB value is (137,119,2). Sum of RGB (Red+Green+Blue) = 137+119+2=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #897702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897702 is #7688FD. Grayscale: #6F6F6F. Windows color (decimal): -7768318 or 161673. OLE color: 161673.

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

Color convert

RGB 137 119 2 -
CMYK 0 0.13 0.99 0.46
HSL 52º 0.97% 0.27% -
HSV(B) 52º 0.99% 0.54% -
XYZ 16.92 18.52 2.74 -
YUV 111.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 137 119 2 0 0.13 0.99 0.46 52 0.97 0.27
Hex 89 77 2 0 D 63 2E 34 61 1B
Octal 211 167 2 0 15 143 56 64 141 33
Binary 10001001 1110111 10 0 1101 1100011 101110 110100 1100001 11011

Color Harmonies of #897702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897702

Black with #897702

Text Example


Text Example

White with #897702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897702; }

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

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

background-color css

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

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

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

border-color css

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

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

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