Html Css Color HEX #716301 Olive

📋 copy color: '#716301'

red 113 ◦ green 99 ◦ blue 1

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

Shades of Olive #716301

Tints of Olive #716301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

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

R = 53.05%
G = 46.48%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716301 (or 0x716301) is known color: Olive. HEX triplet: 71, 63 and 01. RGB value is (113,99,1). Sum of RGB (Red+Green+Blue) = 113+99+1=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #716301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716301 is #8E9CFE. Grayscale: #5C5C5C. Windows color (decimal): -9346303 or 90993. OLE color: 90993.

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

Color convert

RGB 113 99 1 -
CMYK 0 0.12 0.99 0.56
HSL 52.5º 0.98% 0.22% -
HSV(B) 52.5º 0.99% 0.44% -
XYZ 11.28 12.44 1.83 -
YUV 92.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 113 99 1 0 0.12 0.99 0.56 52.5 0.98 0.22
Hex 71 63 1 0 C 63 38 34 62 16
Octal 161 143 1 0 14 143 70 64 142 26
Binary 1110001 1100011 1 0 1100 1100011 111000 110100 1100010 10110

Color Harmonies of #716301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716301

Black with #716301

Text Example


Text Example

White with #716301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716301; }

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

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

background-color css

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

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

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

border-color css

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

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

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