Html Css Color HEX #746F20 Olivetone

📋 copy color: '#746F20'

red 116 ◦ green 111 ◦ blue 32

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

Shades of Olivetone #746F20

Tints of Olivetone #746F20

RGB

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

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

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

R = 44.79%
G = 42.86%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#746F20 (or 0x746F20) is known color: Olivetone. HEX triplet: 74, 6F and 20. RGB value is (116,111,32). Sum of RGB (Red+Green+Blue) = 116+111+32=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #746F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F20 is #8B90DF. Grayscale: #676767. Windows color (decimal): -9146592 or 2125684. OLE color: 2125684.

HSL color Cylindrical-coordinate representation of color #746F20: hue angle of 56.43º 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 #746F20 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 32 -
CMYK 0 0.04 0.72 0.55
HSL 56.43º 0.57% 0.29% -
HSV(B) 56.43º 0.72% 0.45% -
XYZ 13.15 15.19 3.6 -
YUV 103.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 116 111 32 0 0.04 0.72 0.55 56.43 0.57 0.29
Hex 74 6F 20 0 4 48 37 38 39 1D
Octal 164 157 40 0 4 110 67 70 71 35
Binary 1110100 1101111 100000 0 100 1001000 110111 111000 111001 11101

Color Harmonies of #746F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F20

Black with #746F20

Text Example


Text Example

White with #746F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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