Html Css Color HEX #717424 Olivetone

📋 copy color: '#717424'

red 113 ◦ green 116 ◦ blue 36

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

Shades of Olivetone #717424

Tints of Olivetone #717424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 42.64%
G = 43.77%
B = 13.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#717424 (or 0x717424) is known color: Olivetone. HEX triplet: 71, 74 and 24. RGB value is (113,116,36). Sum of RGB (Red+Green+Blue) = 113+116+36=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #717424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717424 is #8E8BDB. Grayscale: #6A6A6A. Windows color (decimal): -9341916 or 2389105. OLE color: 2389105.

HSL color Cylindrical-coordinate representation of color #717424: hue angle of 62.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #717424 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 36 -
CMYK 0.03 0 0.69 0.55
HSL 62.25º 0.53% 0.3% -
HSV(B) 62.25º 0.69% 0.45% -
XYZ 13.37 16.13 4.08 -
YUV 105.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 113 116 36 0.03 0 0.69 0.55 62.25 0.53 0.3
Hex 71 74 24 3 0 45 37 3E 35 1E
Octal 161 164 44 3 0 105 67 76 65 36
Binary 1110001 1110100 100100 11 0 1000101 110111 111110 110101 11110

Color Harmonies of #717424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717424

Black with #717424

Text Example


Text Example

White with #717424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717424; }

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

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

background-color css

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

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

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

border-color css

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

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

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