Html Css Color HEX #857503 Olive

📋 copy color: '#857503'

red 133 ◦ green 117 ◦ blue 3

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

Shades of Olive #857503

Tints of Olive #857503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 52.57%
G = 46.25%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#857503 (or 0x857503) is known color: Olive. HEX triplet: 85, 75 and 03. RGB value is (133,117,3). Sum of RGB (Red+Green+Blue) = 133+117+3=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #857503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857503 is #7A8AFC. Grayscale: #6D6D6D. Windows color (decimal): -8030973 or 226693. OLE color: 226693.

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

Color convert

RGB 133 117 3 -
CMYK 0 0.12 0.98 0.48
HSL 52.62º 0.96% 0.27% -
HSV(B) 52.62º 0.98% 0.52% -
XYZ 16.05 17.72 2.66 -
YUV 108.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 133 117 3 0 0.12 0.98 0.48 52.62 0.96 0.27
Hex 85 75 3 0 C 62 30 35 60 1B
Octal 205 165 3 0 14 142 60 65 140 33
Binary 10000101 1110101 11 0 1100 1100010 110000 110101 1100000 11011

Color Harmonies of #857503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857503

Black with #857503

Text Example


Text Example

White with #857503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857503; }

 p { color: rgb(133,117,3); }

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

background-color css

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

 a { background-color: rgb(133,117,3); }

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

border-color css

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

 span { border-color: rgb(133,117,3); }

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