#877907

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

Shades of Olive #877907

Tints of Olive #877907

Color information

#877907 (or 0x877907) is unknown color: approx Olive. HEX triplet: 87, 79 and 07. RGB value is (135,121,7). Sum of RGB (Red+Green+Blue) = 135+121+7=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #877907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877907 is #7886F8. Grayscale: #707070. Windows color (decimal): -7898873 or 489863. OLE color: 489863.

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

Color convert

RGB1351217-
CMYK00.100.950.47
HSL53.44º90.14%27.84%-
HSV(B)53.44º94.81%52.94%-
XYZ16.8718.842.95-
YUV112.1968.64144.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=51.33%
G=46.01%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135121700.100.950.4753.4490.1427.84
Hex877970A5F2F355a1c
Octal2071717012137576513234
Binary100001111111001111010101011111101111110101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877907; }

 p { color: rgb(135,121,7); }

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

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

 a { background-color: rgb(135,121,7); }

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

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

 span { border-color: rgb(135,121,7); }

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