Html Css Color HEX #857710 Olive

📋 copy color: '#857710'

red 133 ◦ green 119 ◦ blue 16

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

Shades of Olive #857710

Tints of Olive #857710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 49.63%
G = 44.4%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#857710 (or 0x857710) is known color: Olive. HEX triplet: 85, 77 and 10. RGB value is (133,119,16). Sum of RGB (Red+Green+Blue) = 133+119+16=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857710 is #7A88EF. Grayscale: #6F6F6F. Windows color (decimal): -8030448 or 1079173. OLE color: 1079173.

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

Color convert

RGB 133 119 16 -
CMYK 0 0.11 0.88 0.48
HSL 52.82º 0.79% 0.29% -
HSV(B) 52.82º 0.88% 0.52% -
XYZ 16.36 18.22 3.14 -
YUV 111.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 133 119 16 0 0.11 0.88 0.48 52.82 0.79 0.29
Hex 85 77 10 0 B 58 30 35 4F 1D
Octal 205 167 20 0 13 130 60 65 117 35
Binary 10000101 1110111 10000 0 1011 1011000 110000 110101 1001111 11101

Color Harmonies of #857710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857710

Black with #857710

Text Example


Text Example

White with #857710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857710; }

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

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

background-color css

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

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

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

border-color css

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

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

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