#897B07

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

Shades of Olive #897B07

Tints of Olive #897B07

Color information

#897B07 (or 0x897B07) is unknown color: approx Olive. HEX triplet: 89, 7B and 07. RGB value is (137,123,7). Sum of RGB (Red+Green+Blue) = 137+123+7=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #897B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B07 is #7684F8. Grayscale: #727272. Windows color (decimal): -7767289 or 490377. OLE color: 490377.

HSL color Cylindrical-coordinate representation of color #897B07: hue angle of 53.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #897B07 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB1371237-
CMYK00.100.950.46
HSL53.54º90.28%28.24%-
HSV(B)53.54º94.89%53.73%-
XYZ17.4419.53.05-
YUV113.9667.64144.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 7 (3.12% from 255) = 2.62%
R=51.31%
G=46.07%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137123700.100.950.4653.5490.2828.24
Hex897B70A5F2E365a1c
Octal2111737012137566613234
Binary100010011111011111010101011111101110110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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