Html Css Color HEX #747620 Olivetone

📋 copy color: '#747620'

red 116 ◦ green 118 ◦ blue 32

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

Shades of Olivetone #747620

Tints of Olivetone #747620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.36%

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

R = 43.61%
G = 44.36%
B = 12.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#747620 (or 0x747620) is known color: Olivetone. HEX triplet: 74, 76 and 20. RGB value is (116,118,32). Sum of RGB (Red+Green+Blue) = 116+118+32=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #747620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747620 is #8B89DF. Grayscale: #6B6B6B. Windows color (decimal): -9144800 or 2127476. OLE color: 2127476.

HSL color Cylindrical-coordinate representation of color #747620: hue angle of 61.4º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #747620 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 32 -
CMYK 0.02 0 0.73 0.54
HSL 61.4º 0.57% 0.29% -
HSV(B) 61.4º 0.73% 0.46% -
XYZ 13.94 16.77 3.87 -
YUV 107.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 116 118 32 0.02 0 0.73 0.54 61.4 0.57 0.29
Hex 74 76 20 2 0 49 36 3D 39 1D
Octal 164 166 40 2 0 111 66 75 71 35
Binary 1110100 1110110 100000 10 0 1001001 110110 111101 111001 11101

Color Harmonies of #747620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747620

Black with #747620

Text Example


Text Example

White with #747620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747620; }

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

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

background-color css

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

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

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

border-color css

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

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

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