#897B02

Color #897B02 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #897B02

Tints of Olive #897B02

Color information

#897B02 (or 0x897B02) is unknown color: approx Olive. HEX triplet: 89, 7B and 02. RGB value is (137,123,2). Sum of RGB (Red+Green+Blue) = 137+123+2=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #897B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B02 is #7684FD. Grayscale: #717171. Windows color (decimal): -7767294 or 162697. OLE color: 162697.

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

Color convert

RGB1371232-
CMYK00.100.990.46
HSL53.78º97.12%27.25%-
HSV(B)53.78º98.54%53.73%-
XYZ17.4119.492.9-
YUV113.3965.14144.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=52.29%
G=46.95%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137123200.100.990.4653.7897.1227.25
Hex897B20A632E36611b
Octal2111732012143566614133
Binary10001001111101110010101100011101110110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #897B02;
 }
 .AnyTagClassName
 {
   color: #897B02;
 }
</style>
background-color css

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

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

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

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

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

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