Html Css Color HEX #716C1F Olivetone

📋 copy color: '#716C1F'

red 113 ◦ green 108 ◦ blue 31

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

Shades of Olivetone #716C1F

Tints of Olivetone #716C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 44.84%
G = 42.86%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#716C1F (or 0x716C1F) is known color: Olivetone. HEX triplet: 71, 6C and 1F. RGB value is (113,108,31). Sum of RGB (Red+Green+Blue) = 113+108+31=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C1F is #8E93E0. Grayscale: #656565. Windows color (decimal): -9343969 or 2059377. OLE color: 2059377.

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

Color convert

RGB 113 108 31 -
CMYK 0 0.04 0.73 0.56
HSL 56.34º 0.57% 0.28% -
HSV(B) 56.34º 0.73% 0.44% -
XYZ 12.42 14.33 3.41 -
YUV 100.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 113 108 31 0 0.04 0.73 0.56 56.34 0.57 0.28
Hex 71 6C 1F 0 4 49 38 38 39 1C
Octal 161 154 37 0 4 111 70 70 71 34
Binary 1110001 1101100 11111 0 100 1001001 111000 111000 111001 11100

Color Harmonies of #716C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C1F

Black with #716C1F

Text Example


Text Example

White with #716C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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