Html Css Color HEX #857910 Olive

📋 copy color: '#857910'

red 133 ◦ green 121 ◦ blue 16

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

Shades of Olive #857910

Tints of Olive #857910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 49.26%
G = 44.81%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#857910 (or 0x857910) is known color: Olive. HEX triplet: 85, 79 and 10. RGB value is (133,121,16). Sum of RGB (Red+Green+Blue) = 133+121+16=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #857910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857910 is #7A86EF. Grayscale: #717171. Windows color (decimal): -8029936 or 1079685. OLE color: 1079685.

HSL color Cylindrical-coordinate representation of color #857910: hue angle of 53.85º 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 #857910 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 16 -
CMYK 0 0.09 0.88 0.48
HSL 53.85º 0.79% 0.29% -
HSV(B) 53.85º 0.88% 0.52% -
XYZ 16.6 18.7 3.22 -
YUV 112.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 133 121 16 0 0.09 0.88 0.48 53.85 0.79 0.29
Hex 85 79 10 0 9 58 30 36 4F 1D
Octal 205 171 20 0 11 130 60 66 117 35
Binary 10000101 1111001 10000 0 1001 1011000 110000 110110 1001111 11101

Color Harmonies of #857910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857910

Black with #857910

Text Example


Text Example

White with #857910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857910; }

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

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

background-color css

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

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

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

border-color css

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

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

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