#839005

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

Shades of Olive #839005

Tints of Olive #839005

Color information

#839005 (or 0x839005) is unknown color: approx Olive. HEX triplet: 83, 90 and 05. RGB value is (131,144,5). Sum of RGB (Red+Green+Blue) = 131+144+5=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #839005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839005 is #7C6FFA. Grayscale: #7C7C7C. Windows color (decimal): -8155131 or 364675. OLE color: 364675.

HSL color Cylindrical-coordinate representation of color #839005: hue angle of 65.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #839005 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1311445-
CMYK0.0900.970.44
HSL65.61º93.29%29.22%-
HSV(B)65.61º96.53%56.47%-
XYZ19.3624.783.91-
YUV124.2760.69132.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=46.79%
G=51.43%
B=1.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13114450.0900.970.4465.6193.2929.22
Hex8390590612C425d1d
Octal20322051101415410213535
Binary10000011100100001011001011000011011001000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839005; }

 p { color: rgb(131,144,5); }

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

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

 a { background-color: rgb(131,144,5); }

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

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

 span { border-color: rgb(131,144,5); }

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