Html Css Color HEX #857201 Olive

📋 copy color: '#857201'

red 133 ◦ green 114 ◦ blue 1

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

Shades of Olive #857201

Tints of Olive #857201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 53.63%
G = 45.97%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#857201 (or 0x857201) is known color: Olive. HEX triplet: 85, 72 and 01. RGB value is (133,114,1). Sum of RGB (Red+Green+Blue) = 133+114+1=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #857201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857201 is #7A8DFE. Grayscale: #6B6B6B. Windows color (decimal): -8031743 or 94853. OLE color: 94853.

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

Color convert

RGB 133 114 1 -
CMYK 0 0.14 0.99 0.48
HSL 51.36º 0.99% 0.26% -
HSV(B) 51.36º 0.99% 0.52% -
XYZ 15.7 17.02 2.49 -
YUV 106.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 133 114 1 0 0.14 0.99 0.48 51.36 0.99 0.26
Hex 85 72 1 0 E 63 30 33 63 1A
Octal 205 162 1 0 16 143 60 63 143 32
Binary 10000101 1110010 1 0 1110 1100011 110000 110011 1100011 11010

Color Harmonies of #857201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857201

Black with #857201

Text Example


Text Example

White with #857201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857201; }

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

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

background-color css

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

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

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

border-color css

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

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

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