Html Css Color HEX #857705 Olive

📋 copy color: '#857705'

red 133 ◦ green 119 ◦ blue 5

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

Shades of Olive #857705

Tints of Olive #857705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 51.75%
G = 46.3%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#857705 (or 0x857705) is known color: Olive. HEX triplet: 85, 77 and 05. RGB value is (133,119,5). Sum of RGB (Red+Green+Blue) = 133+119+5=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #857705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857705 is #7A88FA. Grayscale: #6E6E6E. Windows color (decimal): -8030459 or 358277. OLE color: 358277.

HSL color Cylindrical-coordinate representation of color #857705: hue angle of 53.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #857705 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 5 -
CMYK 0 0.11 0.96 0.48
HSL 53.44º 0.93% 0.27% -
HSV(B) 53.44º 0.96% 0.52% -
XYZ 16.3 18.19 2.8 -
YUV 110.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 133 119 5 0 0.11 0.96 0.48 53.44 0.93 0.27
Hex 85 77 5 0 B 60 30 35 5D 1B
Octal 205 167 5 0 13 140 60 65 135 33
Binary 10000101 1110111 101 0 1011 1100000 110000 110101 1011101 11011

Color Harmonies of #857705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857705

Black with #857705

Text Example


Text Example

White with #857705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857705; }

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

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

background-color css

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

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

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

border-color css

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

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

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