#87940A

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

Shades of Olive #87940A

Tints of Olive #87940A

Color information

#87940A (or 0x87940A) is unknown color: approx Olive. HEX triplet: 87, 94 and 0A. RGB value is (135,148,10). Sum of RGB (Red+Green+Blue) = 135+148+10=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #87940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87940A is #786BF5. Grayscale: #808080. Windows color (decimal): -7891958 or 693383. OLE color: 693383.

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

Color convert

RGB13514810-
CMYK0.0900.930.42
HSL65.65º87.34%30.98%-
HSV(B)65.65º93.24%58.04%-
XYZ20.6426.354.29-
YUV128.3861.19132.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=46.08%
G=50.51%
B=3.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135148100.0900.930.4265.6587.3430.98
Hex8794A905D2A42571f
Octal207224121101355210212737
Binary100001111001010010101001010111011010101000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87940A; }

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

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

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

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

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

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

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

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