Html Css Color HEX #858113 Olive

📋 copy color: '#858113'

red 133 ◦ green 129 ◦ blue 19

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

Shades of Olive #858113

Tints of Olive #858113

RGB

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

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

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

R = 47.33%
G = 45.91%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#858113 (or 0x858113) is known color: Olive. HEX triplet: 85, 81 and 13. RGB value is (133,129,19). Sum of RGB (Red+Green+Blue) = 133+129+19=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #858113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858113 is #7A7EEC. Grayscale: #767676. Windows color (decimal): -8027885 or 1278341. OLE color: 1278341.

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

Color convert

RGB 133 129 19 -
CMYK 0 0.03 0.86 0.48
HSL 57.89º 0.75% 0.3% -
HSV(B) 57.89º 0.86% 0.52% -
XYZ 17.64 20.73 3.69 -
YUV 117.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 133 129 19 0 0.03 0.86 0.48 57.89 0.75 0.3
Hex 85 81 13 0 3 56 30 3A 4B 1E
Octal 205 201 23 0 3 126 60 72 113 36
Binary 10000101 10000001 10011 0 11 1010110 110000 111010 1001011 11110

Color Harmonies of #858113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858113

Black with #858113

Text Example


Text Example

White with #858113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858113; }

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

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

background-color css

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

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

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

border-color css

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

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

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