Html Css Color HEX #857400 Olive

📋 copy color: '#857400'

red 133 ◦ green 116 ◦ blue 0

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

Shades of Olive #857400

Tints of Olive #857400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.41%
G = 46.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#857400 (or 0x857400) is known color: Olive. HEX triplet: 85, 74 and 00. RGB value is (133,116,0). Sum of RGB (Red+Green+Blue) = 133+116+0=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #857400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857400 is #7A8BFF. Grayscale: #6C6C6C. Windows color (decimal): -8031232 or 29829. OLE color: 29829.

HSL color Cylindrical-coordinate representation of color #857400: hue angle of 52.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #857400 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 0 -
CMYK 0 0.13 1 0.48
HSL 52.33º 1% 0.26% -
HSV(B) 52.33º 1% 0.52% -
XYZ 15.92 17.48 2.53 -
YUV 107.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 133 116 0 0 0.13 1 0.48 52.33 1 0.26
Hex 85 74 0 0 D 64 30 34 64 1A
Octal 205 164 0 0 15 144 60 64 144 32
Binary 10000101 1110100 0 0 1101 1100100 110000 110100 1100100 11010

Color Harmonies of #857400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857400

Black with #857400

Text Example


Text Example

White with #857400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857400; }

 p { color: rgb(133,116,0); }

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

background-color css

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

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

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

border-color css

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

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

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