Html Css Color HEX #858410 Olive

📋 copy color: '#858410'

red 133 ◦ green 132 ◦ blue 16

#858410
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #858410

Tints of Olive #858410

RGB

 RED value IS 133 (52.34% from 255) = 47.33%

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 47.33%
G = 46.98%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#858410 (or 0x858410) is known color: Olive. HEX triplet: 85, 84 and 10. RGB value is (133,132,16). Sum of RGB (Red+Green+Blue) = 133+132+16=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #858410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858410 is #7A7BEF. Grayscale: #777777. Windows color (decimal): -8027120 or 1082501. OLE color: 1082501.

HSL color Cylindrical-coordinate representation of color #858410: hue angle of 59.49º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #858410 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 16 -
CMYK 0 0.01 0.88 0.48
HSL 59.49º 0.79% 0.29% -
HSV(B) 59.49º 0.88% 0.52% -
XYZ 18.02 21.53 3.7 -
YUV 119.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 133 132 16 0 0.01 0.88 0.48 59.49 0.79 0.29
Hex 85 84 10 0 1 58 30 3B 4F 1D
Octal 205 204 20 0 1 130 60 73 117 35
Binary 10000101 10000100 10000 0 1 1011000 110000 111011 1001111 11101

Color Harmonies of #858410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858410

Black with #858410

Text Example


Text Example

White with #858410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858410; }

 p { color: rgb(133,132,16); }

 H1.HeaderClassName
 {
   color: #858410;
 }
 .AnyTagClassName
 {
   color: #858410;
 }
</style>

background-color css

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

 a { background-color: rgb(133,132,16); }

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

border-color css

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

 span { border-color: rgb(133,132,16); }

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