#867D08

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

Shades of Olive #867D08

Tints of Olive #867D08

Color information

#867D08 (or 0x867D08) is unknown color: approx Olive. HEX triplet: 86, 7D and 08. RGB value is (134,125,8). Sum of RGB (Red+Green+Blue) = 134+125+8=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #867D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D08 is #7982F7. Grayscale: #727272. Windows color (decimal): -7963384 or 556422. OLE color: 556422.

HSL color Cylindrical-coordinate representation of color #867D08: hue angle of 55.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #867D08 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341258-
CMYK00.070.940.47
HSL55.71º88.73%27.84%-
HSV(B)55.71º94.03%52.55%-
XYZ17.2119.753.14-
YUV114.3567.98142.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 8 (3.52% from 255) = 3.00%
R=50.19%
G=46.82%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134125800.070.940.4755.7188.7327.84
Hex867D8075E2F38591c
Octal2061751007136577013134
Binary100001101111101100001111011110101111111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,8); }

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

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

 a { background-color: rgb(134,125,8); }

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

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

 span { border-color: rgb(134,125,8); }

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