Html Css Color HEX #716A26 Olivetone

📋 copy color: '#716A26'

red 113 ◦ green 106 ◦ blue 38

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

Shades of Olivetone #716A26

Tints of Olivetone #716A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.25%

 BLUE value IS 38 (15.23% from 255) = 14.79%

R = 43.97%
G = 41.25%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716A26 (or 0x716A26) is known color: Olivetone. HEX triplet: 71, 6A and 26. RGB value is (113,106,38). Sum of RGB (Red+Green+Blue) = 113+106+38=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #716A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A26 is #8E95D9. Grayscale: #646464. Windows color (decimal): -9344474 or 2517617. OLE color: 2517617.

HSL color Cylindrical-coordinate representation of color #716A26: hue angle of 54.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #716A26 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 38 -
CMYK 0 0.06 0.66 0.56
HSL 54.4º 0.5% 0.3% -
HSV(B) 54.4º 0.66% 0.44% -
XYZ 12.31 13.96 3.88 -
YUV 100.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 113 106 38 0 0.06 0.66 0.56 54.4 0.5 0.3
Hex 71 6A 26 0 6 42 38 36 32 1E
Octal 161 152 46 0 6 102 70 66 62 36
Binary 1110001 1101010 100110 0 110 1000010 111000 110110 110010 11110

Color Harmonies of #716A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A26

Black with #716A26

Text Example


Text Example

White with #716A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,38); }

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

background-color css

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

 a { background-color: rgb(113,106,38); }

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

border-color css

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

 span { border-color: rgb(113,106,38); }

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