Html Css Color HEX #858412 Olive

📋 copy color: '#858412'

red 133 ◦ green 132 ◦ blue 18

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

Shades of Olive #858412

Tints of Olive #858412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 47%
G = 46.64%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#858412 (or 0x858412) is known color: Olive. HEX triplet: 85, 84 and 12. RGB value is (133,132,18). Sum of RGB (Red+Green+Blue) = 133+132+18=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #858412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858412 is #7A7BED. Grayscale: #777777. Windows color (decimal): -8027118 or 1213573. OLE color: 1213573.

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

Color convert

RGB 133 132 18 -
CMYK 0 0.01 0.86 0.48
HSL 59.48º 0.76% 0.3% -
HSV(B) 59.48º 0.86% 0.52% -
XYZ 18.03 21.53 3.78 -
YUV 119.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 133 132 18 0 0.01 0.86 0.48 59.48 0.76 0.3
Hex 85 84 12 0 1 56 30 3B 4C 1E
Octal 205 204 22 0 1 126 60 73 114 36
Binary 10000101 10000100 10010 0 1 1010110 110000 111011 1001100 11110

Color Harmonies of #858412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858412

Black with #858412

Text Example


Text Example

White with #858412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858412; }

 p { color: rgb(133,132,18); }

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

background-color css

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

 a { background-color: rgb(133,132,18); }

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

border-color css

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

 span { border-color: rgb(133,132,18); }

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