Html Css Color HEX #857200 Olive

📋 copy color: '#857200'

red 133 ◦ green 114 ◦ blue 0

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

Shades of Olive #857200

Tints of Olive #857200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#857200 (or 0x857200) is known color: Olive. HEX triplet: 85, 72 and 00. RGB value is (133,114,0). Sum of RGB (Red+Green+Blue) = 133+114+0=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #857200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857200 is #7A8DFF. Grayscale: #6B6B6B. Windows color (decimal): -8031744 or 29317. OLE color: 29317.

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

Color convert

RGB 133 114 0 -
CMYK 0 0.14 1 0.48
HSL 51.43º 1% 0.26% -
HSV(B) 51.43º 1% 0.52% -
XYZ 15.69 17.02 2.46 -
YUV 106.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 133 114 0 0 0.14 1 0.48 51.43 1 0.26
Hex 85 72 0 0 E 64 30 33 64 1A
Octal 205 162 0 0 16 144 60 63 144 32
Binary 10000101 1110010 0 0 1110 1100100 110000 110011 1100100 11010

Color Harmonies of #857200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857200

Black with #857200

Text Example


Text Example

White with #857200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857200; }

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

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

background-color css

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

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

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

border-color css

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

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

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