Html Css Color HEX #716505 Olive

📋 copy color: '#716505'

red 113 ◦ green 101 ◦ blue 5

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

Shades of Olive #716505

Tints of Olive #716505

RGB

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

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

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

R = 51.6%
G = 46.12%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716505 (or 0x716505) is known color: Olive. HEX triplet: 71, 65 and 05. RGB value is (113,101,5). Sum of RGB (Red+Green+Blue) = 113+101+5=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #716505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716505 is #8E9AFA. Grayscale: #5E5E5E. Windows color (decimal): -9345787 or 353649. OLE color: 353649.

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

Color convert

RGB 113 101 5 -
CMYK 0 0.11 0.96 0.56
HSL 53.33º 0.92% 0.23% -
HSV(B) 53.33º 0.96% 0.44% -
XYZ 11.49 12.83 2.01 -
YUV 93.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 113 101 5 0 0.11 0.96 0.56 53.33 0.92 0.23
Hex 71 65 5 0 B 60 38 35 5C 17
Octal 161 145 5 0 13 140 70 65 134 27
Binary 1110001 1100101 101 0 1011 1100000 111000 110101 1011100 10111

Color Harmonies of #716505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716505

Black with #716505

Text Example


Text Example

White with #716505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716505; }

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

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

background-color css

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

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

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

border-color css

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

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

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