Html Css Color HEX #858512 Olive

📋 copy color: '#858512'

red 133 ◦ green 133 ◦ blue 18

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

Shades of Olive #858512

Tints of Olive #858512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

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

R = 46.83%
G = 46.83%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#858512 (or 0x858512) is known color: Olive. HEX triplet: 85, 85 and 12. RGB value is (133,133,18). Sum of RGB (Red+Green+Blue) = 133+133+18=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858512 is #7A7AED. Grayscale: #787878. Windows color (decimal): -8026862 or 1213829. OLE color: 1213829.

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

Color convert

RGB 133 133 18 -
CMYK 0 0 0.86 0.48
HSL 60º 0.76% 0.3% -
HSV(B) 60º 0.86% 0.52% -
XYZ 18.17 21.81 3.82 -
YUV 119.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 133 133 18 0 0 0.86 0.48 60 0.76 0.3
Hex 85 85 12 0 0 56 30 3C 4C 1E
Octal 205 205 22 0 0 126 60 74 114 36
Binary 10000101 10000101 10010 0 0 1010110 110000 111100 1001100 11110

Color Harmonies of #858512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858512

Black with #858512

Text Example


Text Example

White with #858512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858512; }

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

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

background-color css

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

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

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

border-color css

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

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

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