Html Css Color HEX #897202 Olive

📋 copy color: '#897202'

red 137 ◦ green 114 ◦ blue 2

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

Shades of Olive #897202

Tints of Olive #897202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 54.15%
G = 45.06%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897202 (or 0x897202) is known color: Olive. HEX triplet: 89, 72 and 02. RGB value is (137,114,2). Sum of RGB (Red+Green+Blue) = 137+114+2=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #897202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897202 is #768DFD. Grayscale: #6C6C6C. Windows color (decimal): -7769598 or 160393. OLE color: 160393.

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

Color convert

RGB 137 114 2 -
CMYK 0 0.17 0.99 0.46
HSL 49.78º 0.97% 0.27% -
HSV(B) 49.78º 0.99% 0.54% -
XYZ 16.34 17.36 2.55 -
YUV 108.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 137 114 2 0 0.17 0.99 0.46 49.78 0.97 0.27
Hex 89 72 2 0 11 63 2E 32 61 1B
Octal 211 162 2 0 21 143 56 62 141 33
Binary 10001001 1110010 10 0 10001 1100011 101110 110010 1100001 11011

Color Harmonies of #897202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897202

Black with #897202

Text Example


Text Example

White with #897202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897202; }

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

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

background-color css

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

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

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

border-color css

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

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

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