#867B02

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

Shades of Olive #867B02

Tints of Olive #867B02

Color information

#867B02 (or 0x867B02) is unknown color: approx Olive. HEX triplet: 86, 7B and 02. RGB value is (134,123,2). Sum of RGB (Red+Green+Blue) = 134+123+2=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #867B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867B02 is #7984FD. Grayscale: #707070. Windows color (decimal): -7963902 or 162694. OLE color: 162694.

HSL color Cylindrical-coordinate representation of color #867B02: hue angle of 55º 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 #867B02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1341232-
CMYK00.080.990.47
HSL55º97.06%26.67%-
HSV(B)55º98.51%52.55%-
XYZ16.9319.242.88-
YUV112.4965.64143.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=51.74%
G=47.49%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134123200.080.990.475597.0626.67
Hex867B208632F37611b
Octal2061732010143576714133
Binary10000110111101110010001100011101111110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B02; }

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

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

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

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

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

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

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

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