#858308

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

Shades of Olive #858308

Tints of Olive #858308

Color information

#858308 (or 0x858308) is unknown color: approx Olive. HEX triplet: 85, 83 and 08. RGB value is (133,131,8). Sum of RGB (Red+Green+Blue) = 133+131+8=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #858308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858308 is #7A7CF7. Grayscale: #767676. Windows color (decimal): -8027384 or 557957. OLE color: 557957.

HSL color Cylindrical-coordinate representation of color #858308: hue angle of 59.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858308 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1331318-
CMYK00.020.940.48
HSL59.04º88.65%27.65%-
HSV(B)59.04º93.98%52.16%-
XYZ17.8321.243.39-
YUV117.5866.16139-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 8 (3.52% from 255) = 2.94%
R=48.90%
G=48.16%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133131800.020.940.4859.0488.6527.65
Hex85838025E303b591c
Octal2052031002136607313134
Binary100001011000001110000101011110110000111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858308; }

 p { color: rgb(133,131,8); }

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

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

 a { background-color: rgb(133,131,8); }

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

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

 span { border-color: rgb(133,131,8); }

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