Html Css Color HEX #716D1C Olivetone

📋 copy color: '#716D1C'

red 113 ◦ green 109 ◦ blue 28

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

Shades of Olivetone #716D1C

Tints of Olivetone #716D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 45.2%
G = 43.6%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#716D1C (or 0x716D1C) is known color: Olivetone. HEX triplet: 71, 6D and 1C. RGB value is (113,109,28). Sum of RGB (Red+Green+Blue) = 113+109+28=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D1C is #8E92E3. Grayscale: #656565. Windows color (decimal): -9343716 or 1863025. OLE color: 1863025.

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

Color convert

RGB 113 109 28 -
CMYK 0 0.04 0.75 0.56
HSL 57.18º 0.6% 0.28% -
HSV(B) 57.18º 0.75% 0.44% -
XYZ 12.49 14.53 3.25 -
YUV 100.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 113 109 28 0 0.04 0.75 0.56 57.18 0.6 0.28
Hex 71 6D 1C 0 4 4B 38 39 3C 1C
Octal 161 155 34 0 4 113 70 71 74 34
Binary 1110001 1101101 11100 0 100 1001011 111000 111001 111100 11100

Color Harmonies of #716D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D1C

Black with #716D1C

Text Example


Text Example

White with #716D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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