#838906

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

Shades of Olive #838906

Tints of Olive #838906

Color information

#838906 (or 0x838906) is unknown color: approx Olive. HEX triplet: 83, 89 and 06. RGB value is (131,137,6). Sum of RGB (Red+Green+Blue) = 131+137+6=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #838906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838906 is #7C76F9. Grayscale: #787878. Windows color (decimal): -8156922 or 428419. OLE color: 428419.

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

Color convert

RGB1311376-
CMYK0.0400.960.46
HSL62.75º91.61%28.04%-
HSV(B)62.75º95.62%53.73%-
XYZ18.3422.733.59-
YUV120.2763.51135.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=47.81%
G=50%
B=2.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13113760.0400.960.4662.7591.6128.04
Hex8389640602E3f5c1c
Octal203211640140567713434
Binary100000111000100111010001100000101110111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838906; }

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

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

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

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

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

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

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

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