Html Css Color HEX #716501 Olive

📋 copy color: '#716501'

red 113 ◦ green 101 ◦ blue 1

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

Shades of Olive #716501

Tints of Olive #716501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 52.56%
G = 46.98%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716501 (or 0x716501) is known color: Olive. HEX triplet: 71, 65 and 01. RGB value is (113,101,1). Sum of RGB (Red+Green+Blue) = 113+101+1=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #716501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716501 is #8E9AFE. Grayscale: #5D5D5D. Windows color (decimal): -9345791 or 91505. OLE color: 91505.

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

Color convert

RGB 113 101 1 -
CMYK 0 0.11 0.99 0.56
HSL 53.57º 0.98% 0.22% -
HSV(B) 53.57º 0.99% 0.44% -
XYZ 11.47 12.82 1.9 -
YUV 93.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 113 101 1 0 0.11 0.99 0.56 53.57 0.98 0.22
Hex 71 65 1 0 B 63 38 36 62 16
Octal 161 145 1 0 13 143 70 66 142 26
Binary 1110001 1100101 1 0 1011 1100011 111000 110110 1100010 10110

Color Harmonies of #716501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716501

Black with #716501

Text Example


Text Example

White with #716501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716501; }

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

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

background-color css

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

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

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

border-color css

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

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

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