Html Css Color HEX #857701 Olive

📋 copy color: '#857701'

red 133 ◦ green 119 ◦ blue 1

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

Shades of Olive #857701

Tints of Olive #857701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

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

R = 52.57%
G = 47.04%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#857701 (or 0x857701) is known color: Olive. HEX triplet: 85, 77 and 01. RGB value is (133,119,1). Sum of RGB (Red+Green+Blue) = 133+119+1=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #857701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857701 is #7A88FE. Grayscale: #6E6E6E. Windows color (decimal): -8030463 or 96133. OLE color: 96133.

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

Color convert

RGB 133 119 1 -
CMYK 0 0.11 0.99 0.48
HSL 53.64º 0.99% 0.26% -
HSV(B) 53.64º 0.99% 0.52% -
XYZ 16.28 18.18 2.68 -
YUV 109.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 133 119 1 0 0.11 0.99 0.48 53.64 0.99 0.26
Hex 85 77 1 0 B 63 30 36 63 1A
Octal 205 167 1 0 13 143 60 66 143 32
Binary 10000101 1110111 1 0 1011 1100011 110000 110110 1100011 11010

Color Harmonies of #857701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857701

Black with #857701

Text Example


Text Example

White with #857701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857701; }

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

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

background-color css

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

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

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

border-color css

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

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

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