Html Css Color HEX #716605 Olive

📋 copy color: '#716605'

red 113 ◦ green 102 ◦ blue 5

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

Shades of Olive #716605

Tints of Olive #716605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 51.36%
G = 46.36%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716605 (or 0x716605) is known color: Olive. HEX triplet: 71, 66 and 05. RGB value is (113,102,5). Sum of RGB (Red+Green+Blue) = 113+102+5=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716605 is #8E99FA. Grayscale: #5E5E5E. Windows color (decimal): -9345531 or 353905. OLE color: 353905.

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

Color convert

RGB 113 102 5 -
CMYK 0 0.10 0.96 0.56
HSL 53.89º 0.92% 0.23% -
HSV(B) 53.89º 0.96% 0.44% -
XYZ 11.59 13.02 2.05 -
YUV 94.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 113 102 5 0 0.10 0.96 0.56 53.89 0.92 0.23
Hex 71 66 5 0 A 60 38 36 5C 17
Octal 161 146 5 0 12 140 70 66 134 27
Binary 1110001 1100110 101 0 1010 1100000 111000 110110 1011100 10111

Color Harmonies of #716605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716605

Black with #716605

Text Example


Text Example

White with #716605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716605; }

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

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

background-color css

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

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

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

border-color css

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

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

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