Html Css Color HEX #897B00 Olive

📋 copy color: '#897B00'

red 137 ◦ green 123 ◦ blue 0

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

Shades of Olive #897B00

Tints of Olive #897B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.31%

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

R = 52.69%
G = 47.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897B00 (or 0x897B00) is known color: Olive. HEX triplet: 89, 7B and 00. RGB value is (137,123,0). Sum of RGB (Red+Green+Blue) = 137+123+0=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #897B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B00 is #7684FF. Grayscale: #717171. Windows color (decimal): -7767296 or 31625. OLE color: 31625.

HSL color Cylindrical-coordinate representation of color #897B00: hue angle of 53.87º 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 #897B00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 123 0 -
CMYK 0 0.10 1 0.46
HSL 53.87º 1% 0.27% -
HSV(B) 53.87º 1% 0.54% -
XYZ 17.4 19.48 2.84 -
YUV 113.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 137 123 0 0 0.10 1 0.46 53.87 1 0.27
Hex 89 7B 0 0 A 64 2E 36 64 1B
Octal 211 173 0 0 12 144 56 66 144 33
Binary 10001001 1111011 0 0 1010 1100100 101110 110110 1100100 11011

Color Harmonies of #897B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B00

Black with #897B00

Text Example


Text Example

White with #897B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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