Html Css Color HEX #716F28 Olivetone

📋 copy color: '#716F28'

red 113 ◦ green 111 ◦ blue 40

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

Shades of Olivetone #716F28

Tints of Olivetone #716F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.05%

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

R = 42.8%
G = 42.05%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#716F28 (or 0x716F28) is known color: Olivetone. HEX triplet: 71, 6F and 28. RGB value is (113,111,40). Sum of RGB (Red+Green+Blue) = 113+111+40=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F28 is #8E90D7. Grayscale: #676767. Windows color (decimal): -9343192 or 2649969. OLE color: 2649969.

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

Color convert

RGB 113 111 40 -
CMYK 0 0.02 0.65 0.56
HSL 58.36º 0.48% 0.3% -
HSV(B) 58.36º 0.65% 0.44% -
XYZ 12.88 15.03 4.23 -
YUV 103.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 113 111 40 0 0.02 0.65 0.56 58.36 0.48 0.3
Hex 71 6F 28 0 2 41 38 3A 30 1E
Octal 161 157 50 0 2 101 70 72 60 36
Binary 1110001 1101111 101000 0 10 1000001 111000 111010 110000 11110

Color Harmonies of #716F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F28

Black with #716F28

Text Example


Text Example

White with #716F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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