Html Css Color HEX #716805 Olive

📋 copy color: '#716805'

red 113 ◦ green 104 ◦ blue 5

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

Shades of Olive #716805

Tints of Olive #716805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.85%

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

R = 50.9%
G = 46.85%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716805 (or 0x716805) is known color: Olive. HEX triplet: 71, 68 and 05. RGB value is (113,104,5). Sum of RGB (Red+Green+Blue) = 113+104+5=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #716805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716805 is #8E97FA. Grayscale: #5F5F5F. Windows color (decimal): -9345019 or 354417. OLE color: 354417.

HSL color Cylindrical-coordinate representation of color #716805: hue angle of 55º 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 #716805 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 5 -
CMYK 0 0.08 0.96 0.56
HSL 55º 0.92% 0.23% -
HSV(B) 55º 0.96% 0.44% -
XYZ 11.79 13.42 2.11 -
YUV 95.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 113 104 5 0 0.08 0.96 0.56 55 0.92 0.23
Hex 71 68 5 0 8 60 38 37 5C 17
Octal 161 150 5 0 10 140 70 67 134 27
Binary 1110001 1101000 101 0 1000 1100000 111000 110111 1011100 10111

Color Harmonies of #716805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716805

Black with #716805

Text Example


Text Example

White with #716805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716805; }

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

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

background-color css

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

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

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

border-color css

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

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

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