Html Css Color HEX #716E26 Olivetone

📋 copy color: '#716E26'

red 113 ◦ green 110 ◦ blue 38

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

Shades of Olivetone #716E26

Tints of Olivetone #716E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.15%

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

R = 43.3%
G = 42.15%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#716E26 (or 0x716E26) is known color: Olivetone. HEX triplet: 71, 6E and 26. RGB value is (113,110,38). Sum of RGB (Red+Green+Blue) = 113+110+38=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #716E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E26 is #8E91D9. Grayscale: #666666. Windows color (decimal): -9343450 or 2518641. OLE color: 2518641.

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

Color convert

RGB 113 110 38 -
CMYK 0 0.03 0.66 0.56
HSL 57.6º 0.5% 0.3% -
HSV(B) 57.6º 0.66% 0.44% -
XYZ 12.74 14.8 4.02 -
YUV 102.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 113 110 38 0 0.03 0.66 0.56 57.6 0.5 0.3
Hex 71 6E 26 0 3 42 38 3A 32 1E
Octal 161 156 46 0 3 102 70 72 62 36
Binary 1110001 1101110 100110 0 11 1000010 111000 111010 110010 11110

Color Harmonies of #716E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E26

Black with #716E26

Text Example


Text Example

White with #716E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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