Html Css Color HEX #716921 Olivetone

📋 copy color: '#716921'

red 113 ◦ green 105 ◦ blue 33

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

Shades of Olivetone #716921

Tints of Olivetone #716921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

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

R = 45.02%
G = 41.83%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#716921 (or 0x716921) is known color: Olivetone. HEX triplet: 71, 69 and 21. RGB value is (113,105,33). Sum of RGB (Red+Green+Blue) = 113+105+33=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716921 is #8E96DE. Grayscale: #636363. Windows color (decimal): -9344735 or 2189681. OLE color: 2189681.

HSL color Cylindrical-coordinate representation of color #716921: hue angle of 54º 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 #716921 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 33 -
CMYK 0 0.07 0.71 0.56
HSL 54º 0.55% 0.29% -
HSV(B) 54º 0.71% 0.44% -
XYZ 12.14 13.72 3.45 -
YUV 99.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 113 105 33 0 0.07 0.71 0.56 54 0.55 0.29
Hex 71 69 21 0 7 47 38 36 37 1D
Octal 161 151 41 0 7 107 70 66 67 35
Binary 1110001 1101001 100001 0 111 1000111 111000 110110 110111 11101

Color Harmonies of #716921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716921

Black with #716921

Text Example


Text Example

White with #716921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716921; }

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

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

background-color css

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

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

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

border-color css

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

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

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