#879405

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

Shades of Olive #879405

Tints of Olive #879405

Color information

#879405 (or 0x879405) is unknown color: approx Olive. HEX triplet: 87, 94 and 05. RGB value is (135,148,5). Sum of RGB (Red+Green+Blue) = 135+148+5=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #879405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879405 is #786BFA. Grayscale: #808080. Windows color (decimal): -7891963 or 365703. OLE color: 365703.

HSL color Cylindrical-coordinate representation of color #879405: hue angle of 65.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #879405 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1351485-
CMYK0.0900.970.42
HSL65.45º93.46%30%-
HSV(B)65.45º96.62%58.04%-
XYZ20.6126.344.14-
YUV127.8158.69133.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 148 (58.20% from 255) = 51.39%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=46.88%
G=51.39%
B=1.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13514850.0900.970.4265.4593.4630
Hex8794590612A415d1e
Octal20722451101415210113536
Binary10000111100101001011001011000011010101000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879405; }

 p { color: rgb(135,148,5); }

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

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

 a { background-color: rgb(135,148,5); }

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

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

 span { border-color: rgb(135,148,5); }

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