Html Css Color HEX #716305 Olive

📋 copy color: '#716305'

red 113 ◦ green 99 ◦ blue 5

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

Shades of Olive #716305

Tints of Olive #716305

RGB

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

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

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

R = 52.07%
G = 45.62%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716305 (or 0x716305) is known color: Olive. HEX triplet: 71, 63 and 05. RGB value is (113,99,5). Sum of RGB (Red+Green+Blue) = 113+99+5=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #716305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716305 is #8E9CFA. Grayscale: #5C5C5C. Windows color (decimal): -9346299 or 353137. OLE color: 353137.

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

Color convert

RGB 113 99 5 -
CMYK 0 0.12 0.96 0.56
HSL 52.22º 0.92% 0.23% -
HSV(B) 52.22º 0.96% 0.44% -
XYZ 11.3 12.45 1.95 -
YUV 92.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 113 99 5 0 0.12 0.96 0.56 52.22 0.92 0.23
Hex 71 63 5 0 C 60 38 34 5C 17
Octal 161 143 5 0 14 140 70 64 134 27
Binary 1110001 1100011 101 0 1100 1100000 111000 110100 1011100 10111

Color Harmonies of #716305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716305

Black with #716305

Text Example


Text Example

White with #716305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716305; }

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

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

background-color css

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

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

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

border-color css

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

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

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