Html Css Color HEX #716A28 Olivetone

📋 copy color: '#716A28'

red 113 ◦ green 106 ◦ blue 40

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

Shades of Olivetone #716A28

Tints of Olivetone #716A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 43.63%
G = 40.93%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716A28 (or 0x716A28) is known color: Olivetone. HEX triplet: 71, 6A and 28. RGB value is (113,106,40). Sum of RGB (Red+Green+Blue) = 113+106+40=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #716A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A28 is #8E95D7. Grayscale: #646464. Windows color (decimal): -9344472 or 2648689. OLE color: 2648689.

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

Color convert

RGB 113 106 40 -
CMYK 0 0.06 0.65 0.56
HSL 54.25º 0.48% 0.3% -
HSV(B) 54.25º 0.65% 0.44% -
XYZ 12.35 13.97 4.05 -
YUV 100.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 113 106 40 0 0.06 0.65 0.56 54.25 0.48 0.3
Hex 71 6A 28 0 6 41 38 36 30 1E
Octal 161 152 50 0 6 101 70 66 60 36
Binary 1110001 1101010 101000 0 110 1000001 111000 110110 110000 11110

Color Harmonies of #716A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A28

Black with #716A28

Text Example


Text Example

White with #716A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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