Html Css Color HEX #716B2C Olivetone

📋 copy color: '#716B2C'

red 113 ◦ green 107 ◦ blue 44

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

Shades of Olivetone #716B2C

Tints of Olivetone #716B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 42.8%
G = 40.53%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#716B2C (or 0x716B2C) is known color: Olivetone. HEX triplet: 71, 6B and 2C. RGB value is (113,107,44). Sum of RGB (Red+Green+Blue) = 113+107+44=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B2C is #8E94D3. Grayscale: #656565. Windows color (decimal): -9344212 or 2911089. OLE color: 2911089.

HSL color Cylindrical-coordinate representation of color #716B2C: hue angle of 54.78º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #716B2C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 44 -
CMYK 0 0.05 0.61 0.56
HSL 54.78º 0.44% 0.31% -
HSV(B) 54.78º 0.61% 0.44% -
XYZ 12.52 14.21 4.47 -
YUV 101.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 113 107 44 0 0.05 0.61 0.56 54.78 0.44 0.31
Hex 71 6B 2C 0 5 3D 38 37 2C 1F
Octal 161 153 54 0 5 75 70 67 54 37
Binary 1110001 1101011 101100 0 101 111101 111000 110111 101100 11111

Color Harmonies of #716B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B2C

Black with #716B2C

Text Example


Text Example

White with #716B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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