Html Css Color HEX #858111 Olive

📋 copy color: '#858111'

red 133 ◦ green 129 ◦ blue 17

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

Shades of Olive #858111

Tints of Olive #858111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

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

R = 47.67%
G = 46.24%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#858111 (or 0x858111) is known color: Olive. HEX triplet: 85, 81 and 11. RGB value is (133,129,17). Sum of RGB (Red+Green+Blue) = 133+129+17=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #858111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858111 is #7A7EEE. Grayscale: #757575. Windows color (decimal): -8027887 or 1147269. OLE color: 1147269.

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

Color convert

RGB 133 129 17 -
CMYK 0 0.03 0.87 0.48
HSL 57.93º 0.77% 0.29% -
HSV(B) 57.93º 0.87% 0.52% -
XYZ 17.62 20.73 3.6 -
YUV 117.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 133 129 17 0 0.03 0.87 0.48 57.93 0.77 0.29
Hex 85 81 11 0 3 57 30 3A 4D 1D
Octal 205 201 21 0 3 127 60 72 115 35
Binary 10000101 10000001 10001 0 11 1010111 110000 111010 1001101 11101

Color Harmonies of #858111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858111

Black with #858111

Text Example


Text Example

White with #858111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858111; }

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

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

background-color css

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

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

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

border-color css

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

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

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