Html Css Color HEX #747120 Olivetone

📋 copy color: '#747120'

red 116 ◦ green 113 ◦ blue 32

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

Shades of Olivetone #747120

Tints of Olivetone #747120

RGB

 RED value IS 116 (45.7% from 255) = 44.44%

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 44.44%
G = 43.3%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#747120 (or 0x747120) is known color: Olivetone. HEX triplet: 74, 71 and 20. RGB value is (116,113,32). Sum of RGB (Red+Green+Blue) = 116+113+32=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #747120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747120 is #8B8EDF. Grayscale: #686868. Windows color (decimal): -9146080 or 2126196. OLE color: 2126196.

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

Color convert

RGB 116 113 32 -
CMYK 0 0.03 0.72 0.55
HSL 57.86º 0.57% 0.29% -
HSV(B) 57.86º 0.72% 0.45% -
XYZ 13.37 15.63 3.68 -
YUV 104.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 116 113 32 0 0.03 0.72 0.55 57.86 0.57 0.29
Hex 74 71 20 0 3 48 37 3A 39 1D
Octal 164 161 40 0 3 110 67 72 71 35
Binary 1110100 1110001 100000 0 11 1001000 110111 111010 111001 11101

Color Harmonies of #747120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747120

Black with #747120

Text Example


Text Example

White with #747120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747120; }

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

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

background-color css

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

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

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

border-color css

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

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

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