Html Css Color HEX #716503 Olive

📋 copy color: '#716503'

red 113 ◦ green 101 ◦ blue 3

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

Shades of Olive #716503

Tints of Olive #716503

RGB

 RED value IS 113 (44.53% from 255) = 52.07%

 GREEN value IS 101 (39.84% from 255) = 46.54%

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

R = 52.07%
G = 46.54%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#716503 (or 0x716503) is known color: Olive. HEX triplet: 71, 65 and 03. RGB value is (113,101,3). Sum of RGB (Red+Green+Blue) = 113+101+3=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #716503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716503 is #8E9AFC. Grayscale: #5D5D5D. Windows color (decimal): -9345789 or 222577. OLE color: 222577.

HSL color Cylindrical-coordinate representation of color #716503: hue angle of 53.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #716503 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 3 -
CMYK 0 0.11 0.97 0.56
HSL 53.45º 0.95% 0.23% -
HSV(B) 53.45º 0.97% 0.44% -
XYZ 11.48 12.82 1.96 -
YUV 93.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 113 101 3 0 0.11 0.97 0.56 53.45 0.95 0.23
Hex 71 65 3 0 B 61 38 35 5F 17
Octal 161 145 3 0 13 141 70 65 137 27
Binary 1110001 1100101 11 0 1011 1100001 111000 110101 1011111 10111

Color Harmonies of #716503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716503

Black with #716503

Text Example


Text Example

White with #716503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716503; }

 p { color: rgb(113,101,3); }

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

background-color css

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

 a { background-color: rgb(113,101,3); }

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

border-color css

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

 span { border-color: rgb(113,101,3); }

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