Html Css Color HEX #716C1A Olivetone

📋 copy color: '#716C1A'

red 113 ◦ green 108 ◦ blue 26

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

Shades of Olivetone #716C1A

Tints of Olivetone #716C1A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.72%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 45.75%
G = 43.72%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#716C1A (or 0x716C1A) is known color: Olivetone. HEX triplet: 71, 6C and 1A. RGB value is (113,108,26). Sum of RGB (Red+Green+Blue) = 113+108+26=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C1A is #8E93E5. Grayscale: #646464. Windows color (decimal): -9343974 or 1731697. OLE color: 1731697.

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

Color convert

RGB 113 108 26 -
CMYK 0 0.04 0.77 0.56
HSL 56.55º 0.63% 0.27% -
HSV(B) 56.55º 0.77% 0.44% -
XYZ 12.36 14.31 3.09 -
YUV 100.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 113 108 26 0 0.04 0.77 0.56 56.55 0.63 0.27
Hex 71 6C 1A 0 4 4D 38 39 3F 1B
Octal 161 154 32 0 4 115 70 71 77 33
Binary 1110001 1101100 11010 0 100 1001101 111000 111001 111111 11011

Color Harmonies of #716C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C1A

Black with #716C1A

Text Example


Text Example

White with #716C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,26); }

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

background-color css

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

 a { background-color: rgb(113,108,26); }

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

border-color css

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

 span { border-color: rgb(113,108,26); }

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