Html Css Color HEX #857911 Olive

📋 copy color: '#857911'

red 133 ◦ green 121 ◦ blue 17

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

Shades of Olive #857911

Tints of Olive #857911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 49.08%
G = 44.65%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#857911 (or 0x857911) is known color: Olive. HEX triplet: 85, 79 and 11. RGB value is (133,121,17). Sum of RGB (Red+Green+Blue) = 133+121+17=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #857911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857911 is #7A86EE. Grayscale: #717171. Windows color (decimal): -8029935 or 1145221. OLE color: 1145221.

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

Color convert

RGB 133 121 17 -
CMYK 0 0.09 0.87 0.48
HSL 53.79º 0.77% 0.29% -
HSV(B) 53.79º 0.87% 0.52% -
XYZ 16.61 18.7 3.26 -
YUV 112.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 133 121 17 0 0.09 0.87 0.48 53.79 0.77 0.29
Hex 85 79 11 0 9 57 30 36 4D 1D
Octal 205 171 21 0 11 127 60 66 115 35
Binary 10000101 1111001 10001 0 1001 1010111 110000 110110 1001101 11101

Color Harmonies of #857911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857911

Black with #857911

Text Example


Text Example

White with #857911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857911; }

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

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

background-color css

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

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

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

border-color css

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

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

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