Html Css Color HEX #716D24 Olivetone

📋 copy color: '#716D24'

red 113 ◦ green 109 ◦ blue 36

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

Shades of Olivetone #716D24

Tints of Olivetone #716D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 43.8%
G = 42.25%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#716D24 (or 0x716D24) is known color: Olivetone. HEX triplet: 71, 6D and 24. RGB value is (113,109,36). Sum of RGB (Red+Green+Blue) = 113+109+36=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D24 is #8E92DB. Grayscale: #666666. Windows color (decimal): -9343708 or 2387313. OLE color: 2387313.

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

Color convert

RGB 113 109 36 -
CMYK 0 0.04 0.68 0.56
HSL 56.88º 0.52% 0.29% -
HSV(B) 56.88º 0.68% 0.44% -
XYZ 12.6 14.58 3.82 -
YUV 101.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 113 109 36 0 0.04 0.68 0.56 56.88 0.52 0.29
Hex 71 6D 24 0 4 44 38 39 34 1D
Octal 161 155 44 0 4 104 70 71 64 35
Binary 1110001 1101101 100100 0 100 1000100 111000 111001 110100 11101

Color Harmonies of #716D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D24

Black with #716D24

Text Example


Text Example

White with #716D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,36); }

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

background-color css

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

 a { background-color: rgb(113,109,36); }

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

border-color css

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

 span { border-color: rgb(113,109,36); }

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