Html Css Color HEX #857401 Olive

📋 copy color: '#857401'

red 133 ◦ green 116 ◦ blue 1

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

Shades of Olive #857401

Tints of Olive #857401

RGB

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

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

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

R = 53.2%
G = 46.4%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#857401 (or 0x857401) is known color: Olive. HEX triplet: 85, 74 and 01. RGB value is (133,116,1). Sum of RGB (Red+Green+Blue) = 133+116+1=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #857401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857401 is #7A8BFE. Grayscale: #6C6C6C. Windows color (decimal): -8031231 or 95365. OLE color: 95365.

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

Color convert

RGB 133 116 1 -
CMYK 0 0.13 0.99 0.48
HSL 52.27º 0.99% 0.26% -
HSV(B) 52.27º 0.99% 0.52% -
XYZ 15.92 17.48 2.56 -
YUV 107.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 133 116 1 0 0.13 0.99 0.48 52.27 0.99 0.26
Hex 85 74 1 0 D 63 30 34 63 1A
Octal 205 164 1 0 15 143 60 64 143 32
Binary 10000101 1110100 1 0 1101 1100011 110000 110100 1100011 11010

Color Harmonies of #857401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857401

Black with #857401

Text Example


Text Example

White with #857401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857401; }

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

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

background-color css

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

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

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

border-color css

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

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

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