Html Css Color HEX #716C1B Olivetone

📋 copy color: '#716C1B'

red 113 ◦ green 108 ◦ blue 27

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

Shades of Olivetone #716C1B

Tints of Olivetone #716C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 45.56%
G = 43.55%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#716C1B (or 0x716C1B) is known color: Olivetone. HEX triplet: 71, 6C and 1B. RGB value is (113,108,27). Sum of RGB (Red+Green+Blue) = 113+108+27=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C1B is #8E93E4. Grayscale: #646464. Windows color (decimal): -9343973 or 1797233. OLE color: 1797233.

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

Color convert

RGB 113 108 27 -
CMYK 0 0.04 0.76 0.56
HSL 56.51º 0.61% 0.27% -
HSV(B) 56.51º 0.76% 0.44% -
XYZ 12.37 14.31 3.15 -
YUV 100.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 113 108 27 0 0.04 0.76 0.56 56.51 0.61 0.27
Hex 71 6C 1B 0 4 4C 38 39 3D 1B
Octal 161 154 33 0 4 114 70 71 75 33
Binary 1110001 1101100 11011 0 100 1001100 111000 111001 111101 11011

Color Harmonies of #716C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C1B

Black with #716C1B

Text Example


Text Example

White with #716C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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