Html Css Color HEX #716D2A Olivetone

📋 copy color: '#716D2A'

red 113 ◦ green 109 ◦ blue 42

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

Shades of Olivetone #716D2A

Tints of Olivetone #716D2A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.29%

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 42.8%
G = 41.29%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#716D2A (or 0x716D2A) is known color: Olivetone. HEX triplet: 71, 6D and 2A. RGB value is (113,109,42). Sum of RGB (Red+Green+Blue) = 113+109+42=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D2A is #8E92D5. Grayscale: #666666. Windows color (decimal): -9343702 or 2780529. OLE color: 2780529.

HSL color Cylindrical-coordinate representation of color #716D2A: hue angle of 56.62º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #716D2A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 109 42 -
CMYK 0 0.04 0.63 0.56
HSL 56.62º 0.46% 0.3% -
HSV(B) 56.62º 0.63% 0.44% -
XYZ 12.7 14.62 4.34 -
YUV 102.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 113 109 42 0 0.04 0.63 0.56 56.62 0.46 0.3
Hex 71 6D 2A 0 4 3F 38 39 2E 1E
Octal 161 155 52 0 4 77 70 71 56 36
Binary 1110001 1101101 101010 0 100 111111 111000 111001 101110 11110

Color Harmonies of #716D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D2A

Black with #716D2A

Text Example


Text Example

White with #716D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716D2A; }

 p { color: rgb(113,109,42); }

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

background-color css

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

 a { background-color: rgb(113,109,42); }

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

border-color css

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

 span { border-color: rgb(113,109,42); }

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