#868302

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

Shades of Olive #868302

Tints of Olive #868302

Color information

#868302 (or 0x868302) is unknown color: approx Olive. HEX triplet: 86, 83 and 02. RGB value is (134,131,2). Sum of RGB (Red+Green+Blue) = 134+131+2=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #868302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868302 is #797CFD. Grayscale: #757575. Windows color (decimal): -7961854 or 164742. OLE color: 164742.

HSL color Cylindrical-coordinate representation of color #868302: hue angle of 58.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #868302 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1341312-
CMYK00.020.990.47
HSL58.64º97.06%26.67%-
HSV(B)58.64º98.51%52.55%-
XYZ17.9621.313.22-
YUV117.1962.99139.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=50.19%
G=49.06%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134131200.020.990.4758.6497.0626.67
Hex8683202632F3b611b
Octal206203202143577314133
Binary1000011010000011100101100011101111111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868302; }

 p { color: rgb(134,131,2); }

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

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

 a { background-color: rgb(134,131,2); }

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

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

 span { border-color: rgb(134,131,2); }

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