Html Css Color HEX #857913 Olive

📋 copy color: '#857913'

red 133 ◦ green 121 ◦ blue 19

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

Shades of Olive #857913

Tints of Olive #857913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 48.72%
G = 44.32%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857913 (or 0x857913) is known color: Olive. HEX triplet: 85, 79 and 13. RGB value is (133,121,19). Sum of RGB (Red+Green+Blue) = 133+121+19=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #857913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857913 is #7A86EC. Grayscale: #717171. Windows color (decimal): -8029933 or 1276293. OLE color: 1276293.

HSL color Cylindrical-coordinate representation of color #857913: hue angle of 53.68º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #857913 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 19 -
CMYK 0 0.09 0.86 0.48
HSL 53.68º 0.75% 0.3% -
HSV(B) 53.68º 0.86% 0.52% -
XYZ 16.63 18.71 3.35 -
YUV 112.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 133 121 19 0 0.09 0.86 0.48 53.68 0.75 0.3
Hex 85 79 13 0 9 56 30 36 4B 1E
Octal 205 171 23 0 11 126 60 66 113 36
Binary 10000101 1111001 10011 0 1001 1010110 110000 110110 1001011 11110

Color Harmonies of #857913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857913

Black with #857913

Text Example


Text Example

White with #857913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857913; }

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

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

background-color css

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

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

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

border-color css

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

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

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