Html Css Color HEX #858013 Olive

📋 copy color: '#858013'

red 133 ◦ green 128 ◦ blue 19

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

Shades of Olive #858013

Tints of Olive #858013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 47.5%
G = 45.71%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#858013 (or 0x858013) is known color: Olive. HEX triplet: 85, 80 and 13. RGB value is (133,128,19). Sum of RGB (Red+Green+Blue) = 133+128+19=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #858013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858013 is #7A7FEC. Grayscale: #757575. Windows color (decimal): -8028141 or 1278085. OLE color: 1278085.

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

Color convert

RGB 133 128 19 -
CMYK 0 0.04 0.86 0.48
HSL 57.37º 0.75% 0.3% -
HSV(B) 57.37º 0.86% 0.52% -
XYZ 17.51 20.47 3.64 -
YUV 117.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 133 128 19 0 0.04 0.86 0.48 57.37 0.75 0.3
Hex 85 80 13 0 4 56 30 39 4B 1E
Octal 205 200 23 0 4 126 60 71 113 36
Binary 10000101 10000000 10011 0 100 1010110 110000 111001 1001011 11110

Color Harmonies of #858013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858013

Black with #858013

Text Example


Text Example

White with #858013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858013; }

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

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

background-color css

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

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

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

border-color css

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

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

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