Html Css Color HEX #747820 Olivetone

📋 copy color: '#747820'

red 116 ◦ green 120 ◦ blue 32

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

Shades of Olivetone #747820

Tints of Olivetone #747820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.78%

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

R = 43.28%
G = 44.78%
B = 11.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#747820 (or 0x747820) is known color: Olivetone. HEX triplet: 74, 78 and 20. RGB value is (116,120,32). Sum of RGB (Red+Green+Blue) = 116+120+32=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #747820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747820 is #8B87DF. Grayscale: #6D6D6D. Windows color (decimal): -9144288 or 2127988. OLE color: 2127988.

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

Color convert

RGB 116 120 32 -
CMYK 0.03 0 0.73 0.53
HSL 62.73º 0.58% 0.3% -
HSV(B) 62.73º 0.73% 0.47% -
XYZ 14.18 17.25 3.95 -
YUV 108.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 116 120 32 0.03 0 0.73 0.53 62.73 0.58 0.3
Hex 74 78 20 3 0 49 35 3F 3A 1E
Octal 164 170 40 3 0 111 65 77 72 36
Binary 1110100 1111000 100000 11 0 1001001 110101 111111 111010 11110

Color Harmonies of #747820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747820

Black with #747820

Text Example


Text Example

White with #747820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747820; }

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

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

background-color css

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

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

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

border-color css

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

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

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