Html Css Color HEX #716705 Olive

📋 copy color: '#716705'

red 113 ◦ green 103 ◦ blue 5

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

Shades of Olive #716705

Tints of Olive #716705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

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

R = 51.13%
G = 46.61%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716705 (or 0x716705) is known color: Olive. HEX triplet: 71, 67 and 05. RGB value is (113,103,5). Sum of RGB (Red+Green+Blue) = 113+103+5=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #716705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716705 is #8E98FA. Grayscale: #5F5F5F. Windows color (decimal): -9345275 or 354161. OLE color: 354161.

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

Color convert

RGB 113 103 5 -
CMYK 0 0.09 0.96 0.56
HSL 54.44º 0.92% 0.23% -
HSV(B) 54.44º 0.96% 0.44% -
XYZ 11.69 13.22 2.08 -
YUV 94.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 113 103 5 0 0.09 0.96 0.56 54.44 0.92 0.23
Hex 71 67 5 0 9 60 38 36 5C 17
Octal 161 147 5 0 11 140 70 66 134 27
Binary 1110001 1100111 101 0 1001 1100000 111000 110110 1011100 10111

Color Harmonies of #716705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716705

Black with #716705

Text Example


Text Example

White with #716705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716705; }

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

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

background-color css

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

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

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

border-color css

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

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

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