Html Css Color HEX #897302 Olive

📋 copy color: '#897302'

red 137 ◦ green 115 ◦ blue 2

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

Shades of Olive #897302

Tints of Olive #897302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 53.94%
G = 45.28%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897302 (or 0x897302) is known color: Olive. HEX triplet: 89, 73 and 02. RGB value is (137,115,2). Sum of RGB (Red+Green+Blue) = 137+115+2=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #897302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897302 is #768CFD. Grayscale: #6D6D6D. Windows color (decimal): -7769342 or 160649. OLE color: 160649.

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

Color convert

RGB 137 115 2 -
CMYK 0 0.16 0.99 0.46
HSL 50.22º 0.97% 0.27% -
HSV(B) 50.22º 0.99% 0.54% -
XYZ 16.46 17.58 2.58 -
YUV 108.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 137 115 2 0 0.16 0.99 0.46 50.22 0.97 0.27
Hex 89 73 2 0 10 63 2E 32 61 1B
Octal 211 163 2 0 20 143 56 62 141 33
Binary 10001001 1110011 10 0 10000 1100011 101110 110010 1100001 11011

Color Harmonies of #897302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897302

Black with #897302

Text Example


Text Example

White with #897302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897302; }

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

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

background-color css

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

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

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

border-color css

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

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

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