Html Css Color HEX #716506 Olive

📋 copy color: '#716506'

red 113 ◦ green 101 ◦ blue 6

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

Shades of Olive #716506

Tints of Olive #716506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 51.36%
G = 45.91%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#716506 (or 0x716506) is known color: Olive. HEX triplet: 71, 65 and 06. RGB value is (113,101,6). Sum of RGB (Red+Green+Blue) = 113+101+6=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716506 is #8E9AF9. Grayscale: #5E5E5E. Windows color (decimal): -9345786 or 419185. OLE color: 419185.

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

Color convert

RGB 113 101 6 -
CMYK 0 0.11 0.95 0.56
HSL 53.27º 0.9% 0.23% -
HSV(B) 53.27º 0.95% 0.44% -
XYZ 11.5 12.83 2.04 -
YUV 93.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 113 101 6 0 0.11 0.95 0.56 53.27 0.9 0.23
Hex 71 65 6 0 B 5F 38 35 5A 17
Octal 161 145 6 0 13 137 70 65 132 27
Binary 1110001 1100101 110 0 1011 1011111 111000 110101 1011010 10111

Color Harmonies of #716506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716506

Black with #716506

Text Example


Text Example

White with #716506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716506; }

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

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

background-color css

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

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

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

border-color css

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

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

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