#838109

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

Shades of Olive #838109

Tints of Olive #838109

Color information

#838109 (or 0x838109) is unknown color: approx Olive. HEX triplet: 83, 81 and 09. RGB value is (131,129,9). Sum of RGB (Red+Green+Blue) = 131+129+9=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #838109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838109 is #7C7EF6. Grayscale: #747474. Windows color (decimal): -8158967 or 622979. OLE color: 622979.

HSL color Cylindrical-coordinate representation of color #838109: hue angle of 59.02º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #838109 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1311299-
CMYK00.020.930.49
HSL59.02º87.14%27.45%-
HSV(B)59.02º93.13%51.37%-
XYZ17.2620.553.31-
YUV115.9267.66138.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=48.70%
G=47.96%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131129900.020.930.4959.0287.1427.45
Hex83819025D313b571b
Octal2032011102135617312733
Binary100000111000000110010101011101110001111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838109; }

 p { color: rgb(131,129,9); }

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

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

 a { background-color: rgb(131,129,9); }

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

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

 span { border-color: rgb(131,129,9); }

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