Html Css Color HEX #716B1F Olivetone

📋 copy color: '#716B1F'

red 113 ◦ green 107 ◦ blue 31

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

Shades of Olivetone #716B1F

Tints of Olivetone #716B1F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

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

R = 45.02%
G = 42.63%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#716B1F (or 0x716B1F) is known color: Olivetone. HEX triplet: 71, 6B and 1F. RGB value is (113,107,31). Sum of RGB (Red+Green+Blue) = 113+107+31=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B1F is #8E94E0. Grayscale: #646464. Windows color (decimal): -9344225 or 2059121. OLE color: 2059121.

HSL color Cylindrical-coordinate representation of color #716B1F: hue angle of 55.61º 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 #716B1F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 31 -
CMYK 0 0.05 0.73 0.56
HSL 55.61º 0.57% 0.28% -
HSV(B) 55.61º 0.73% 0.44% -
XYZ 12.32 14.13 3.37 -
YUV 100.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 113 107 31 0 0.05 0.73 0.56 55.61 0.57 0.28
Hex 71 6B 1F 0 5 49 38 38 39 1C
Octal 161 153 37 0 5 111 70 70 71 34
Binary 1110001 1101011 11111 0 101 1001001 111000 111000 111001 11100

Color Harmonies of #716B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B1F

Black with #716B1F

Text Example


Text Example

White with #716B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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