#838806

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

Shades of Olive #838806

Tints of Olive #838806

Color information

#838806 (or 0x838806) is unknown color: approx Olive. HEX triplet: 83, 88 and 06. RGB value is (131,136,6). Sum of RGB (Red+Green+Blue) = 131+136+6=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #838806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838806 is #7C77F9. Grayscale: #787878. Windows color (decimal): -8157178 or 428163. OLE color: 428163.

HSL color Cylindrical-coordinate representation of color #838806: hue angle of 62.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838806 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1311366-
CMYK0.0400.960.47
HSL62.31º91.55%27.84%-
HSV(B)62.31º95.59%53.33%-
XYZ18.222.453.55-
YUV119.6863.84136.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=47.99%
G=49.82%
B=2.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13113660.0400.960.4762.3191.5527.84
Hex8388640602F3e5c1c
Octal203210640140577613434
Binary100000111000100011010001100000101111111110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838806; }

 p { color: rgb(131,136,6); }

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

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

 a { background-color: rgb(131,136,6); }

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

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

 span { border-color: rgb(131,136,6); }

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