Html Css Color HEX #716B1A Olivetone

📋 copy color: '#716B1A'

red 113 ◦ green 107 ◦ blue 26

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

Shades of Olivetone #716B1A

Tints of Olivetone #716B1A

RGB

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

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

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

R = 45.93%
G = 43.5%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#716B1A (or 0x716B1A) is known color: Olivetone. HEX triplet: 71, 6B and 1A. RGB value is (113,107,26). Sum of RGB (Red+Green+Blue) = 113+107+26=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B1A is #8E94E5. Grayscale: #636363. Windows color (decimal): -9344230 or 1731441. OLE color: 1731441.

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

Color convert

RGB 113 107 26 -
CMYK 0 0.05 0.77 0.56
HSL 55.86º 0.63% 0.27% -
HSV(B) 55.86º 0.77% 0.44% -
XYZ 12.25 14.1 3.05 -
YUV 99.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 113 107 26 0 0.05 0.77 0.56 55.86 0.63 0.27
Hex 71 6B 1A 0 5 4D 38 38 3F 1B
Octal 161 153 32 0 5 115 70 70 77 33
Binary 1110001 1101011 11010 0 101 1001101 111000 111000 111111 11011

Color Harmonies of #716B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B1A

Black with #716B1A

Text Example


Text Example

White with #716B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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