Html Css Color HEX #716F21 Olivetone

📋 copy color: '#716F21'

red 113 ◦ green 111 ◦ blue 33

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

Shades of Olivetone #716F21

Tints of Olivetone #716F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 43.97%
G = 43.19%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#716F21 (or 0x716F21) is known color: Olivetone. HEX triplet: 71, 6F and 21. RGB value is (113,111,33). Sum of RGB (Red+Green+Blue) = 113+111+33=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #716F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F21 is #8E90DE. Grayscale: #676767. Windows color (decimal): -9343199 or 2191217. OLE color: 2191217.

HSL color Cylindrical-coordinate representation of color #716F21: hue angle of 58.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #716F21 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 111 33 -
CMYK 0 0.02 0.71 0.56
HSL 58.5º 0.55% 0.29% -
HSV(B) 58.5º 0.71% 0.44% -
XYZ 12.77 14.99 3.66 -
YUV 102.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 113 111 33 0 0.02 0.71 0.56 58.5 0.55 0.29
Hex 71 6F 21 0 2 47 38 3A 37 1D
Octal 161 157 41 0 2 107 70 72 67 35
Binary 1110001 1101111 100001 0 10 1000111 111000 111010 110111 11101

Color Harmonies of #716F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F21

Black with #716F21

Text Example


Text Example

White with #716F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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