Html Css Color HEX #897300 Olive

📋 copy color: '#897300'

red 137 ◦ green 115 ◦ blue 0

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

Shades of Olive #897300

Tints of Olive #897300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.37%
G = 45.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897300 (or 0x897300) is known color: Olive. HEX triplet: 89, 73 and 00. RGB value is (137,115,0). Sum of RGB (Red+Green+Blue) = 137+115+0=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #897300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897300 is #768CFF. Grayscale: #6C6C6C. Windows color (decimal): -7769344 or 29577. OLE color: 29577.

HSL color Cylindrical-coordinate representation of color #897300: hue angle of 50.36º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #897300 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 115 0 -
CMYK 0 0.16 1 0.46
HSL 50.36º 1% 0.27% -
HSV(B) 50.36º 1% 0.54% -
XYZ 16.45 17.58 2.53 -
YUV 108.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 137 115 0 0 0.16 1 0.46 50.36 1 0.27
Hex 89 73 0 0 10 64 2E 32 64 1B
Octal 211 163 0 0 20 144 56 62 144 33
Binary 10001001 1110011 0 0 10000 1100100 101110 110010 1100100 11011

Color Harmonies of #897300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897300

Black with #897300

Text Example


Text Example

White with #897300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897300; }

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

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

background-color css

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

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

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

border-color css

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

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

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